Skip to main content
A newer version of this page is available.
All docs
V18.2

MeasureUnit(Double, Int32, String, TickStepsData[]) Constructor

Initializes a new instance of the MeasureUnit class.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v18.2.Core.dll

Declaration

public MeasureUnit(
    double dpi,
    int multiplier,
    string name,
    TickStepsData[] stepsData
)

Parameters

Name Type Description
dpi Double

A System.Double value that specifies the base resolution.

multiplier Int32

A multiplier for the dpi value.

name String

A string value that is the name of the measure unit.

stepsData DevExpress.Diagram.Core.TickStepsData[]

An array of DevExpress.Diagram.Core.TickStepsData objects used to render the grid and ruler.

See Also