Class CropMark
Namespace: Aurigma.DesignAtoms.Model
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class CropMark
Inheritance: System.Object -> CropMark
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetTypeSystem.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
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.CropMark | 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
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