Class GridItem
Inheritance
System.Object
GridItem
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 GridItem : Item, ICloneable
Constructors
GridItem()
Declaration
GridItem(Single, Single, Int32, Int32, Single, Single)
Declaration
public GridItem(float x, float y, int cols, int rows, float stepX, float stepY)
Parameters
| Type |
Name |
Description |
| System.Single |
x |
|
| System.Single |
y |
|
| System.Int32 |
cols |
|
| System.Int32 |
rows |
|
| System.Single |
stepX |
|
| System.Single |
stepY |
|
Fields
Cols
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
FixedLineWidth
Declaration
public bool FixedLineWidth
Field Value
| Type |
Description |
| System.Boolean |
|
LinesUnit
Declaration
public ItemUnitType LinesUnit
Field Value
LineWidth
Declaration
Field Value
| Type |
Description |
| System.Single |
|
Rows
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
StepX
Declaration
Field Value
| Type |
Description |
| System.Single |
|
StepY
Declaration
Field Value
| Type |
Description |
| System.Single |
|
Properties
HorizontalLineColor
Declaration
public Color HorizontalLineColor { get; set; }
Property Value
Location
Declaration
public PointF Location { get; set; }
Property Value
| Type |
Description |
| System.Drawing.PointF |
|
Locked
Declaration
public override bool Locked { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
VerticalLineColor
Declaration
public Color VerticalLineColor { get; set; }
Property Value
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(GridItem)
Declaration
protected bool Equals(GridItem 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
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