Declaration
procedure DrawShape(X1, Y1, X2, Y2: Integer; Shape: TIEShape); overload;
procedure DrawShape(const Rect: TRect; Shape: TIEShape); overload;
Description
Draw a
shape within a specified area.
The Shape border is set by
Pen and the fill by
Brush.
GDI+ Methods: GdipFillPolygon, GdipDrawPolygon
See Also
◼AdvancedDrawShape
◼IEDrawShape
◼IECreateShapeRegion