Class LayoutItem
Inheritance
System.Object
LayoutItem
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 LayoutItem : GroupItem, ICloneable
Constructors
LayoutItem()
Declaration
Fields
_layoutItemsOrderKey
Declaration
protected const string _layoutItemsOrderKey = "$layoutItemsOrder"
Field Value
| Type |
Description |
| System.String |
|
LayoutSettings
Declaration
public LayoutSettings LayoutSettings
Field Value
Properties
SourceRectangle
Declaration
public RectangleF SourceRectangle { get; set; }
Property Value
| Type |
Description |
| System.Drawing.RectangleF |
|
Methods
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.GroupItem.DeepClone<TItem>(TItem, System.Boolean)
Equals(LayoutItem)
Declaration
protected bool Equals(LayoutItem 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
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable