Public Property ClipArea As Rectangle
Dim instance As OmrProcessor Dim value As Rectangle instance.ClipArea = value value = instance.ClipArea
public Rectangle ClipArea {get; set;}
Public Property ClipArea As Rectangle
Dim instance As OmrProcessor Dim value As Rectangle instance.ClipArea = value value = instance.ClipArea
public Rectangle ClipArea {get; set;}
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