[]
Provides functionality for rendering a C1PolygonIcon to an Image.
public class PolygonIconRenderer : VectorIconRenderer, IDisposable
| Name | Description |
|---|---|
| PolygonIconRenderer(C1PolygonIcon, int) | Creates an instance of the inheritor of PolygonIconRenderer class in accordance with the C1Icon type. |
| Name | Description |
|---|---|
| IsClosed | Gets or sets whether the last point will connect with the first one. |
| IsFilled | Gets a value indicating whether to use a fill for the shape. |
| Points | Gets or sets the points that describe the shape. |
| Name | Description |
|---|---|
| CreatePath() | Creates a path for rendering an icon. |