[]
        
(Showing Draft Content)

C1.Framework.VectorIconRenderer

VectorIconRenderer Class

Provides basic functionality for rendering a C1VectorIcon to an Image.

Inheritance
VectorIconRenderer
Implements
Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public abstract class VectorIconRenderer : IconRenderer, IDisposable

Constructors

Name Description
VectorIconRenderer(C1VectorIcon, int)

Initializes a new instance of the VectorIconRenderer class.

Properties

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.

Methods

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.