[]
        
(Showing Draft Content)

C1.Win.Map.MarkerImageShape.GetDrawingBounds

GetDrawingBounds Method

GetDrawingBounds(Graphics, RectangleF, Style)

Gets the drawing bounds of the shape.

Declaration
public override RectangleF GetDrawingBounds(Graphics g, RectangleF bounds, Style style)
Public Overrides Function GetDrawingBounds(g As Graphics, bounds As RectangleF, style As Style) As RectangleF
Parameters
Type Name Description
Graphics g

The graphics used to paint.

RectangleF bounds

The origin location and size to draw the shape.

Style style

The sytle used to draw the shape.

Returns
Type Description
RectangleF

The actual drawing bounds of the shape.

Overrides