Class SurfaceTemplate.Pen
Inheritance
System.Object
SurfaceTemplate.Pen
Inherited Members
System.Object.ToString()
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.Convert
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class Pen
Constructors
Pen()
Declaration
public Pen()
Fields
AltColor
Declaration
public RgbColor AltColor
Field Value
| Type | Description |
|---|---|
| RgbColor |
Color
Declaration
public RgbColor Color
Field Value
| Type | Description |
|---|---|
| RgbColor |
DashStep
Declaration
public float DashStep
Field Value
| Type | Description |
|---|---|
| System.Single |
Width
Declaration
public float Width
Field Value
| Type | Description |
|---|---|
| System.Single |
Methods
Equals(SurfaceTemplate.Pen)
Declaration
protected bool Equals(SurfaceTemplate.Pen other)
Parameters
| Type | Name | Description |
|---|---|---|
| SurfaceTemplate.Pen | 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)