Class PrintAreaBorderLine
Inheritance
System.Object
PrintAreaBorderLine
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()
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class PrintAreaBorderLine
Constructors
PrintAreaBorderLine()
Declaration
public PrintAreaBorderLine()
PrintAreaBorderLine(String, RgbColor, RgbColor, Single, Single, PrintAreaMarginType)
Declaration
public PrintAreaBorderLine(string name, RgbColor color, RgbColor altColor, float widthPx, float stepPx, PrintAreaMarginType borderLineMarginType)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
| RgbColor |
color |
|
| RgbColor |
altColor |
|
| System.Single |
widthPx |
|
| System.Single |
stepPx |
|
| PrintAreaMarginType |
borderLineMarginType |
|
Fields
AltColor
Declaration
Field Value
Color
Declaration
Field Value
MarginType
Declaration
public PrintAreaMarginType MarginType
Field Value
| Type |
Description |
| PrintAreaMarginType |
|
Name
Declaration
Field Value
| Type |
Description |
| System.String |
|
StepPx
Declaration
Field Value
| Type |
Description |
| System.Single |
|
WidthPx
Declaration
Field Value
| Type |
Description |
| System.Single |
|
Methods
Clone()
Declaration
public virtual PrintAreaBorderLine Clone()
Returns
CloneCore()
Declaration
protected virtual PrintAreaBorderLine CloneCore()
Returns
Equals(PrintAreaBorderLine)
Declaration
protected bool Equals(PrintAreaBorderLine 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
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
System.Object.GetHashCode()
MapFromConfig(RenderingConfig.BorderLine)
Declaration
public static PrintAreaBorderLine MapFromConfig(RenderingConfig.BorderLine line)
Parameters
Returns