[]
        
(Showing Draft Content)

C1.Framework.PolygonIconRenderer

PolygonIconRenderer Class

Provides functionality for rendering a C1PolygonIcon to an C1.Win.DX.Direct2D.Image.

Inheritance
PolygonIconRenderer
Implements
Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public class PolygonIconRenderer : VectorIconRenderer, IDisposable
Public Class PolygonIconRenderer
    Inherits VectorIconRenderer
    Implements IDisposable

Constructors

Name Description
PolygonIconRenderer(C1PolygonIcon, int)

Creates an instance of the PolygonIconRenderer class.

Properties

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.

Methods

Name Description
CreatePath()

Creates a path for rendering an icon.