FormFix v6.0 for .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 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

Is this page helpful?
Yes No
Thanks for your feedback.