[]
        
(Showing Draft Content)

C1.Maui.Core.C1PolygonIcon

C1PolygonIcon Class

Represents an icon created from a vector definition.

Inheritance
C1PolygonIcon
Implements
Namespace: C1.Maui.Core
Assembly: C1.Maui.Core.dll
Syntax
public class C1PolygonIcon : C1VectorIcon, IDisposable, ICloneable

Constructors

Name Description
C1PolygonIcon()

Initializes a new instance of the C1PolygonIcon class.

Fields

Name Description
IsClosedProperty

Identifies the IsClosed dependency property.

PointsProperty

Identifies the Points dependency property.

Properties

Name Description
IsClosed

Gets whether the last point will connect with the first one.

Points

Gets the points that describe the shape.

Methods

Name Description
Clone()

Creates a copy of the icon.

CloneOverride()

When overridden, it creates a copy of the icon.

Dispose(bool)