'Declaration Public Function New( _
ByVal rectBounding box, in object space, of rectangle.As System.Drawing.RectangleF, _
ByVal penThe pen that should be used for drawing the rectangle.As System.Drawing.Pen, _
ByVal brushThe brush that should be used for filling rectangle.As System.Drawing.Brush _
)
public RectangularGraphicObject(
System.Drawing.RectangleF rect,
System.Drawing.Pen pen,
System.Drawing.Brush brush
)
public: RectangularGraphicObject(
System.Drawing.RectangleF* rect,
System.Drawing.Pen pen,
System.Drawing.Brush brush
)
public:
RectangularGraphicObject(
System.Drawing.RectangleF^ rect,
System.Drawing.Pen pen,
System.Drawing.Brush brush
)
Parameters
- rect
- Bounding box, in object space, of rectangle.
- pen
- The pen that should be used for drawing the rectangle.
- brush
- The brush that should be used for filling rectangle.