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()
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
Constructors
CropMark()
Declaration
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
Color
Declaration
Field Value
Type |
Description |
Aurigma.GraphicsMill.Color |
|
LeftNotes
Declaration
public CropMarkText[] LeftNotes
Field Value
Length
Declaration
Field Value
Margin
Declaration
Field Value
Name
Declaration
Field Value
Type |
Description |
System.String |
|
RightNotes
Declaration
public CropMarkText[] RightNotes
Field Value
TopNotes
Declaration
public CropMarkText[] TopNotes
Field Value
WidthPx
Declaration
Field Value
Type |
Description |
System.Single |
|
Methods
Clone()
Declaration
Returns
Equals(CropMark)
Declaration
protected bool Equals(CropMark 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)
GetBytes()
Declaration
Returns
Type |
Description |
System.Byte[] |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()