'Declaration Public Function New( _
ByVal rectangleRectangle in image space.As System.Drawing.RectangleF, _
ByVal brushBackground brush of the rectangle.As System.Drawing.Brush, _
ByVal penBorder pen of the rectangle.As System.Drawing.Pen _
)
public RectangularSelection(
System.Drawing.RectangleF rectangle,
System.Drawing.Brush brush,
System.Drawing.Pen pen
)
public: RectangularSelection(
System.Drawing.RectangleF* rectangle,
System.Drawing.Brush brush,
System.Drawing.Pen pen
)
public:
RectangularSelection(
System.Drawing.RectangleF^ rectangle,
System.Drawing.Brush brush,
System.Drawing.Pen pen
)
Parameters
- rectangle
- Rectangle in image space.
- brush
- Background brush of the rectangle.
- pen
- Border pen of the rectangle.