This documentation is for the old version. Go to the latest Graphics Mill docs

ICoordinateMapper.GetControlPixelsPerUnitY Method

Returns the vertical resolution, in pixels per the specified unit.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Function GetControlPixelsPerUnitY ( _
	unit As Unit _
) As Single
C#
                float GetControlPixelsPerUnitY(
	Unit unit
)

Parameters

unit

Type: Aurigma.GraphicsMill.Unit

The physical unit of measure.

Return Value

The vertical resolution.

See Also

Reference