Class SmartItem
Inheritance
System.Object
SmartItem
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 SmartItem : BaseItem, ICloneable
Constructors
SmartItem()
Declaration
Fields
Declaration
public Matrix ProjectiveTransform
Field Value
SmartObjectDpi
Declaration
public float SmartObjectDpi
Field Value
| Type |
Description |
| System.Single |
|
SmartObjectRectangle
Declaration
public Rectangle SmartObjectRectangle
Field Value
| Type |
Description |
| System.Drawing.Rectangle |
|
SmartObjectSize
Declaration
public Size SmartObjectSize
Field Value
| Type |
Description |
| System.Drawing.Size |
|
SmartObjectStorageId
Declaration
public string SmartObjectStorageId
Field Value
| Type |
Description |
| System.String |
|
SourceDpi
Declaration
Field Value
| Type |
Description |
| System.Single |
|
VectorMask
Declaration
Field Value
WarpControlPoints
Declaration
public PointF[] WarpControlPoints
Field Value
| Type |
Description |
| System.Drawing.PointF[] |
|
Properties
BlendMode
Declaration
public BlendMode BlendMode { 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.BaseItem.DeepClone<TItem>(TItem, System.Boolean)
Equals(SmartItem)
Declaration
protected bool Equals(SmartItem 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