Class AutoErasePoint
Inheritance
System.Object
AutoErasePoint
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model.Effects
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class AutoErasePoint
Constructors
AutoErasePoint()
Declaration
public AutoErasePoint()
Properties
Mode
Declaration
public AutoEraseMode Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| AutoEraseMode |
PointColor
Declaration
public Color PointColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
Tolerance
Declaration
public byte Tolerance { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte |
X
Declaration
public int X { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Y
Declaration
public int Y { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |