Skip to main content

Class CropMark

Namespace: Aurigma.DesignAtoms.Model
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class CropMark

Inheritance: System.Object -> CropMark

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

CropMark

public CropMark()

CropMark

public CropMark(string name, Color color, float widthPx, float? margin = null, float? horizontalMargin = null, float? verticalMargin = null, float? length = null, float? horizontalLength = null, float? verticalLength = null)

Methods

Clone

public CropMark Clone()
Returns

Aurigma.DesignAtoms.Model.CropMark

Equals

protected bool Equals(CropMark other)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.CropMarkother
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

GetBytes

public byte[] GetBytes()
Returns

System.Byte[]

Fields

Name

public string Name

Margin

public EdgeSize Margin

Color

public Color Color

WidthPx

public float WidthPx

Length

public EdgeSize Length

LeftNotes

public CropMarkText[] LeftNotes

TopNotes

public CropMarkText[] TopNotes

RightNotes

public CropMarkText[] RightNotes

BottomNotes

public CropMarkText[] BottomNotes
Was this page helpful?