Class Container
Inheritance
System.Object
Container
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 Container : ModelComponent, ICloneable
Constructors
Container(IEnumerable<BaseItem>)
Declaration
public Container(IEnumerable<BaseItem> items = null)
Parameters
| Type |
Name |
Description |
| System.Collections.Generic.IEnumerable<BaseItem> |
items |
|
Fields
ParentComponent
Declaration
public ModelComponent ParentComponent
Field Value
Region
Declaration
public RectangleF? Region
Field Value
| Type |
Description |
| System.Nullable<System.Drawing.RectangleF> |
|
Properties
Items
Declaration
public Collection<BaseItem> Items { get; }
Property Value
Locked
Declaration
public bool Locked { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
PrintingTechniqueConstraints
Declaration
public PrintingTechniqueConstraints PrintingTechniqueConstraints { get; set; }
Property Value
Visible
Declaration
public bool Visible { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
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.ModelComponent.DeepClone<TItem>(TItem, System.Boolean)
Equals(Container)
Declaration
protected bool Equals(Container 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
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable