GdiShape
Object List Hierarchy Next Object
Definition:
An encapsulation of a graphical shape that is determined by the Shape
property.
Specialized Features:
The following tables list and describe the properties and methods added by GdiShape. There are no added events.
Properties Use to...
Shape Determine the type of shape. Available values are: Rectangle, Square, Oval,
Circle, Rounded Rectangle, Rounded Square.
x1 , y1 , x2 , y2 Describe the shape.
Methods Use to...
SetBrush Set how the shape is filled by configuring from a Brush.
SetPen Configure the shape's appearance when it is drawn, by setting the color and
width from a Pen.
Copied Features:
None.