[]
Represents an icon created from a vectorial definition.
public class C1PolygonIcon : C1VectorIcon, INotifyPropertyChanged, ICloneable
| Name | Description |
|---|---|
| C1PolygonIcon() | Initializes a new instance of the C1PolygonIcon class. |
| C1PolygonIcon(string) | Initializes a new instance of the C1PolygonIcon class. |
| 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. |
| 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 System.Xml.XmlReader. |
| WriteXml(XmlWriter) | Writes this C1Icon into an System.Xml.XmlWriter. |