[]
Represents a custom marker shape.
public abstract class CustomShape : NotifyObject
| Name | Description |
|---|---|
| CustomShape() |
| Name | Description |
|---|---|
| Draw(Graphics, RectangleF, Style) | Draws the custom shape at specified bounds. |
| GetDrawingBounds(Graphics, RectangleF, Style) | Gets the drawing bounds of the shape. |
| IsVisible(Graphics, RectangleF, PointF, Style) | Checks whether the specified point is visible in the custom shape. |