'Declaration <DebuggerStepThroughAttribute()> <DebuggerNonUserCodeAttribute()> 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)
[DebuggerStepThrough()] [DebuggerNonUserCode()] public GetRectangleOptions( Rectangle area, Color padColor, bool allowPadding )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: GetRectangleOptions( Rectangle area, Color padColor, bool allowPadding )
[DebuggerStepThrough()] [DebuggerNonUserCode()] 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.