[]
        
(Showing Draft Content)

C1.Framework.C1PolygonIcon

C1PolygonIcon Class

Represents an icon created from a vectorial definition.

Inheritance
C1PolygonIcon
Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public class C1PolygonIcon : C1VectorIcon, INotifyPropertyChanged, ICloneable

Constructors

Name Description
C1PolygonIcon()

Initializes a new instance of the C1PolygonIcon class.

C1PolygonIcon(string)

Initializes a new instance of the C1PolygonIcon class.

Properties

Name Description
IsClosed

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

Points

Gets or sets the points that describe the shape.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

Equals(object)

Indicates whether the specified object is a C1PolygonIcon and has the same property values as this icon object.

GetHashCode()
ReadXml(XmlNode)

Reads this C1Icon from an XmlReader.

WriteXml(XmlWriter)

Writes this C1Icon into an XmlWriter.