[]
Provides basic functionality for rendering a C1VectorIcon to an Image.
public abstract class VectorIconRenderer : IconRenderer, IDisposable
| Name | Description |
|---|---|
| VectorIconRenderer(C1VectorIcon, int) | Initializes a new instance of the VectorIconRenderer class. |
| Name | Description |
|---|---|
| AllowSmoothing | Determines whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas. |
| HasStroke | Gets a value indicating whether the shape has a stroke. |
| IsFilled | Gets a value indicating whether to use a fill for the shape. |
| Size | Gets or sets the size of icon to show. |
| Stroke | Gets or sets the color used to paint the icon stroke. |
| StrokeThickness | Gets or sets the stroke thickness. |
| VectorIcon | Gets the icon to render. |
| ViewBox | Gets or sets the rectangle which determines panning and zooming of content inside the parent container. |
| Name | Description |
|---|---|
| CreatePath() | Creates a path for rendering an icon. |
| Dispose(bool) | Clean up any resources being used. |
| GetImage() | Gets the image that the icon was rendered into. |