[]
        
(Showing Draft Content)

C1.Win.Map.CustomShape.Draw

Draw Method

Draw(Graphics, RectangleF, Style)

Draws the custom shape at specified bounds.

Declaration
public abstract void Draw(Graphics g, RectangleF bounds, Style style)
Parameters
Type Name Description
Graphics g

The graphics used to paint.

RectangleF bounds

The location and size to draw the shape.

Style style

The style used to draw the shape.