ScanFix Xpress v9.0 for .NET - Updated
GetRectangleOptions Constructor(Rectangle,Color,Boolean)




Accusoft.ScanFixXpressSdk Namespace > GetRectangleOptions Class > GetRectangleOptions Constructor : GetRectangleOptions Constructor(Rectangle,Color,Boolean)
The area to extract from the original image.
The color used for new pixels if necessary.
Flag indicating whether padding or an error occurs if the 'area' is outside of the image bounds.
Instantiates a new GetRectangleOptions object setting the specified values.
Syntax
'Declaration
 
Public Function New( _
   ByVal area As Rectangle, _
   ByVal padColor As Color, _
   ByVal allowPadding As Boolean _
)
'Usage
 
Dim area As Rectangle
Dim padColor As Color
Dim allowPadding As Boolean
 
Dim instance As New GetRectangleOptions(area, padColor, allowPadding)
public GetRectangleOptions( 
   Rectangle area,
   Color padColor,
   bool allowPadding
)
public: GetRectangleOptions( 
   Rectangle area,
   Color padColor,
   bool allowPadding
)
public:
GetRectangleOptions( 
   Rectangle area,
   Color padColor,
   bool allowPadding
)

Parameters

area
The area to extract from the original image.
padColor
The color used for new pixels if necessary.
allowPadding
Flag indicating whether padding or an error occurs if the 'area' is outside of the image bounds.
See Also

Reference

GetRectangleOptions Class
GetRectangleOptions Members
Overload List

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