[]
Provides functionality for rendering a C1PolygonIcon to an C1.Win.DX.Direct2D.Image.
public class PolygonIconRenderer : VectorIconRenderer, IDisposable
Public Class PolygonIconRenderer
Inherits VectorIconRenderer
Implements IDisposable
| Name | Description |
|---|---|
| PolygonIconRenderer(C1PolygonIcon, int) | Creates an instance of the PolygonIconRenderer class. |
| Name | Description |
|---|---|
| IsClosed | Gets 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 the points that describe the shape. |
| Name | Description |
|---|---|
| CreatePath() | Creates a path for rendering an icon. |