FormFix v6.0 for .NET - Updated
ClipArea Property



Accusoft.FormFixSdk Namespace > OmrProcessor Class : ClipArea Property
The area of a clipped image if OmrAnalysisComparisonMethod.CompareClipToFormModel or OmrAnalysisComparisonMethod.CompareFullImageToFormModel analysis comparison is requested
Syntax
'Declaration
 
Public Property ClipArea As Rectangle
'Usage
 
Dim instance As OmrProcessor
Dim value As Rectangle
 
instance.ClipArea = value
 
value = instance.ClipArea
public Rectangle ClipArea {get; set;}
public:
property Rectangle ClipArea {
   Rectangle get();
   void set (    Rectangle value);
}
Remarks

This property contains the coordinates, in pixels, of the OMR field. The origin and size of the rectangle is relative to the image specified by the FormModel property. This property is ignored if the AnalysisComparisonMethod property is not set to OmrAnalysisComparisonMethod.CompareClipToFormModel or OmrAnalysisComparisonMethod.CompareFullImageToFormModel.

Default value: System.Drawing.Rectangle.Empty

See Also

Reference

OmrProcessor Class
OmrProcessor Members

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