Accusoft.FormFix5.Net - Updated
Area Property (OmrBubbleResult)




Accusoft.FormFixSdk Namespace > OmrBubbleResult Class : Area Property
The analysis result rectangle for a bubble.
Syntax
'Declaration
 
Public ReadOnly Property Area As Rectangle
'Usage
 
Dim instance As OmrBubbleResult
Dim value As Rectangle
 
value = instance.Area
public Rectangle Area {get;}
public: __property Rectangle get_Area();
public:
property Rectangle Area {
   Rectangle get();
}
Remarks

This read-only property contains the analysis result coordinates in pixels for a bubble.

See Also

Reference

OmrBubbleResult Class
OmrBubbleResult Members