C# Class PurplePen.CoursePageLayout.DimensionLayout

Show file Open project: petergolde/PurplePen

Public Properties

Property Type Description
lengthMap float
lengthPage float
startMap float
startPage float

Public Methods

Method Description
DimensionLayout ( float startMap, float lengthMap, float startPage, float lengthPage ) : System

Method Details

DimensionLayout() public method

public DimensionLayout ( float startMap, float lengthMap, float startPage, float lengthPage ) : System
startMap float
lengthMap float
startPage float
lengthPage float
return System

Property Details

lengthMap public property

public float lengthMap
return float

lengthPage public property

public float lengthPage
return float

startMap public property

public float startMap
return float

startPage public property

public float startPage
return float