Search
MeasureUnit Constructor (String, Double, Int32)
See Also
 





Initializes a new instance of the MeasureUnit class with the specified amount.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public MeasureUnit (
    string name,
    double unitsPerInch,
    int standardDivisions
)

Visual Basic  Copy Code

Public New ( _
    name As String, _
    unitsPerInch As Double, _
    standardDivisions As Integer _
)

 Parameters

name

The name of the new unit.

unitsPerInch

The amount of the new unit that is equal to one inch.

standardDivisions

The number of divisions of the new unit.

 See Also