Back to Website
Show / Hide Table of Contents

Class SurfaceTemplate.FoldingLine

Inheritance
System.Object
SurfaceTemplate.FoldingLine
SurfaceTemplate.Spine
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Convert
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class FoldingLine

Constructors

FoldingLine()

Declaration
public FoldingLine()

Fields

Bleed

Declaration
public float Bleed
Field Value
Type Description
System.Single

IsVertical

Declaration
public bool IsVertical
Field Value
Type Description
System.Boolean

Margin

Declaration
public Unit Margin
Field Value
Type Description
Unit

Pen

Declaration
public SurfaceTemplate.Pen Pen
Field Value
Type Description
SurfaceTemplate.Pen

Methods

CalcMargin(SizeF)

Declaration
public float CalcMargin(SizeF size)
Parameters
Type Name Description
System.Drawing.SizeF size
Returns
Type Description
System.Single

CreateItem(RectangleF)

Declaration
public Item CreateItem(RectangleF printAreaBounds)
Parameters
Type Name Description
System.Drawing.RectangleF printAreaBounds
Returns
Type Description
Item

Equals(SurfaceTemplate.FoldingLine)

Declaration
protected bool Equals(SurfaceTemplate.FoldingLine other)
Parameters
Type Name Description
SurfaceTemplate.FoldingLine 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)
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...