Skip to main content

Class PrintAreaBorderLine

Namespace: Aurigma.DesignAtoms.Rendering.Models
Assembly: Aurigma.DesignAtoms.dll
Syntax
public 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

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
TypeNameDescription
Aurigma.DesignAtoms.Rendering.Models.PrintAreaBorderLineother
Returns

System.Boolean

Equals

public override bool Equals(object obj)
Parameters
TypeNameDescription
System.Objectobj
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
TypeNameDescription
Aurigma.DesignAtoms.Configuration.RenderingConfig.RenderingConfig.BorderLineline
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
Was this page helpful?