Class PrintAreaBorderLine
Namespace: Aurigma.DesignAtoms.Rendering.Models
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class PrintAreaBorderLine
Inheritance: System.Object -> PrintAreaBorderLine
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
PrintAreaBorderLine
public PrintAreaBorderLine()
PrintAreaBorderLine
public PrintAreaBorderLine(string name, RgbColor color, RgbColor altColor, float widthPx, float stepPx, PrintAreaMarginType borderLineMarginType)
Methods
Clone
public virtual PrintAreaBorderLine Clone()
Returns
Aurigma.DesignAtoms.Rendering.Models.PrintAreaBorderLine
CloneCore
protected virtual PrintAreaBorderLine CloneCore()
Returns
Aurigma.DesignAtoms.Rendering.Models.PrintAreaBorderLine
Equals
protected bool Equals(PrintAreaBorderLine other)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Rendering.Models.PrintAreaBorderLine | other |
Returns
System.Boolean
Equals
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
System.Object | obj |
Returns
System.Boolean
Overrides
System.Object.Equals(System.Object)
GetHashCode
public override int GetHashCode()
Returns
System.Int32
Overrides
System.Object.GetHashCode
MapFromConfig
public static PrintAreaBorderLine MapFromConfig(RenderingConfig.BorderLine line)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Configuration.RenderingConfig.RenderingConfig.BorderLine | line |
Returns
Aurigma.DesignAtoms.Rendering.Models.PrintAreaBorderLine
Fields
Name
public string Name
Color
public RgbColor Color
AltColor
public RgbColor AltColor
StepPx
public float StepPx
WidthPx
public float WidthPx
MarginType
public PrintAreaMarginType MarginType