Class ItemMask
Inheritance
System.Object
ItemMask
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ItemMask
Constructors
ItemMask()
Declaration
public ItemMask()
Properties
VectorMask
Declaration
public Path VectorMask { get; set; }
Property Value
| Type | Description |
|---|---|
| Path |
Methods
Clone()
Declaration
public ItemMask Clone()
Returns
| Type | Description |
|---|---|
| ItemMask |
Equals(ItemMask)
Declaration
protected bool Equals(ItemMask other)
Parameters
| Type | Name | Description |
|---|---|---|
| ItemMask | other |
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
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
System.Object.GetHashCode()