Name | Description | |
---|---|---|
PolygonIconRenderer Constructor | Creates an instance of the inheritor of PolygonIconRenderer class in accordance with the C1Icon type. |
The following tables list the members exposed by PolygonIconRenderer.
Name | Description | |
---|---|---|
PolygonIconRenderer Constructor | Creates an instance of the inheritor of PolygonIconRenderer class in accordance with the C1Icon type. |
Name | Description | |
---|---|---|
AllowSmoothing | Determines whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas. (Inherited from C1.Framework.VectorIconRenderer) | |
BackColor | Gets or sets the color used to paint the icon's background. (Inherited from C1.Framework.IconRenderer) | |
Color | Gets or sets the color used to paint the icon. (Inherited from C1.Framework.IconRenderer) | |
DeviceDpi | Gets or sets the device dpi where the image will be used. (Inherited from C1.Framework.IconRenderer) | |
IsClosed | Gets or sets whether the last point will connect with the first one. | |
Padding | Gets or sets the padding of the icon. (Inherited from C1.Framework.IconRenderer) | |
Points | Gets or sets the points that describe the shape. | |
RightToLeft | Gets or sets whether the C1Icon should be drawn using right-to-left layout. (Inherited from C1.Framework.IconRenderer) | |
ScaledSize | Gets the size of icon after scaling by DeviceDpi. (Inherited from C1.Framework.IconRenderer) | |
Size | Gets or sets the size of icon to show. (Inherited from C1.Framework.VectorIconRenderer) | |
Stroke | Gets or sets the color used to paint the icon stroke. (Inherited from C1.Framework.VectorIconRenderer) | |
StrokeThickness | Gets or sets the stroke thickness. (Inherited from C1.Framework.VectorIconRenderer) | |
ViewBox | Gets or sets the rectangle which determines panning and zooming of content inside the parent container. (Inherited from C1.Framework.VectorIconRenderer) |
Name | Description | |
---|---|---|
CachedImage | Gets or sets the cached icon image. (Inherited from C1.Framework.IconRenderer) | |
HasStroke | Gets a value indicating whether the shape has a stroke. (Inherited from C1.Framework.VectorIconRenderer) | |
Icon | Gets the icon to render. (Inherited from C1.Framework.IconRenderer) | |
IsFilled | Overridden. Gets a value indicating whether to use a fill for the shape. | |
VectorIcon | Gets the icon to render. (Inherited from C1.Framework.VectorIconRenderer) |
Name | Description | |
---|---|---|
Dispose | Overloaded. Clean up any resources being used. (Inherited from C1.Framework.VectorIconRenderer) | |
GetImage | Gets the image that the icon was rendered into. (Inherited from C1.Framework.VectorIconRenderer) |
Name | Description | |
---|---|---|
CreatePath | Overridden. Creates a path for rendering an icon. | |
ResetCache | Resets cached image. (Inherited from C1.Framework.IconRenderer) |