Class PolylineItem
Inheritance
System.Object
PolylineItem
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class PolylineItem : Item, ICloneable
Constructors
PolylineItem()
Declaration
PolylineItem(PointF[])
Declaration
public PolylineItem(PointF[] points)
Parameters
| Type |
Name |
Description |
| System.Drawing.PointF[] |
points |
|
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
FixedWidth
Declaration
public bool FixedWidth { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SourcePoints
Declaration
public IList<PointF> SourcePoints { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.IList<System.Drawing.PointF> |
|
Width
Declaration
public float Width { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Methods
Accept(ItemVisitor)
Declaration
public override Task Accept(ItemVisitor visitor)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Overrides
Accept<T>(ItemVisitor<T>)
Declaration
public override Task<T> Accept<T>(ItemVisitor<T> visitor)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task<T> |
|
Type Parameters
Overrides
Aurigma.DesignAtoms.Model.Items.BaseItem.Accept<T>(Aurigma.DesignAtoms.Model.ItemVisitor<T>)
DeepClone<TItem>(TItem, Boolean)
Declaration
public override TItem DeepClone<TItem>(TItem clone = null, bool keepIds = false)
where TItem : ModelComponent
Parameters
| Type |
Name |
Description |
| TItem |
clone |
|
| System.Boolean |
keepIds |
|
Returns
Type Parameters
Overrides
Aurigma.DesignAtoms.Model.Items.Item.DeepClone<TItem>(TItem, System.Boolean)
Equals(PolylineItem)
Declaration
protected bool Equals(PolylineItem other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
GetAllColors()
Declaration
public override IEnumerable<Color> GetAllColors()
Returns
| Type |
Description |
| System.Collections.Generic.IEnumerable<Color> |
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
SetColorProfile(String, ColorSpace)
Declaration
public override void SetColorProfile(string colorProfile, ColorSpace colorSpace)
Parameters
| Type |
Name |
Description |
| System.String |
colorProfile |
|
| ColorSpace |
colorSpace |
|
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable