Back to Website
Show / Hide Table of Contents

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()
Namespace: Aurigma.DesignAtoms.Model
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class CropMark

Constructors

CropMark()

Declaration
public CropMark()

CropMark(String, Color, Single, Nullable<Single>, Nullable<Single>, Nullable<Single>, Nullable<Single>, Nullable<Single>, Nullable<Single>)

Declaration
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)
Parameters
Type Name Description
System.String name
Aurigma.GraphicsMill.Color color
System.Single widthPx
System.Nullable<System.Single> margin
System.Nullable<System.Single> horizontalMargin
System.Nullable<System.Single> verticalMargin
System.Nullable<System.Single> length
System.Nullable<System.Single> horizontalLength
System.Nullable<System.Single> verticalLength

Fields

BottomNotes

Declaration
public CropMarkText[] BottomNotes
Field Value
Type Description
CropMarkText[]

Color

Declaration
public Color Color
Field Value
Type Description
Aurigma.GraphicsMill.Color

LeftNotes

Declaration
public CropMarkText[] LeftNotes
Field Value
Type Description
CropMarkText[]

Length

Declaration
public EdgeSize Length
Field Value
Type Description
EdgeSize

Margin

Declaration
public EdgeSize Margin
Field Value
Type Description
EdgeSize

Name

Declaration
public string Name
Field Value
Type Description
System.String

RightNotes

Declaration
public CropMarkText[] RightNotes
Field Value
Type Description
CropMarkText[]

TopNotes

Declaration
public CropMarkText[] TopNotes
Field Value
Type Description
CropMarkText[]

WidthPx

Declaration
public float WidthPx
Field Value
Type Description
System.Single

Methods

Clone()

Declaration
public CropMark Clone()
Returns
Type Description
CropMark

Equals(CropMark)

Declaration
protected bool Equals(CropMark other)
Parameters
Type Name Description
CropMark 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)

GetBytes()

Declaration
public byte[] GetBytes()
Returns
Type Description
System.Byte[]

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...