C# Class PurplePen.CoursePageLayout.DimensionLayout

ファイルを表示 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_oe property

public float lengthMap
return float

lengthPage public_oe property

public float lengthPage
return float

startMap public_oe property

public float startMap
return float

startPage public_oe property

public float startPage
return float