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

UnitConverterObject.VerticalPixelsToUnits Method

Converts vertical value from pixels to unit specified in Unit property.

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

Syntax

Visual Basic
Public Function VerticalPixelsToUnits ( _
	pixels As Integer _
) As Single
C#
public float VerticalPixelsToUnits(
	int pixels
)

Parameters

pixels

Type: System.Int32

Vertical value in pixels.

Return Value

Vertical value converted into necessary unit.

Remarks

Examples of horizontal values are image height, Y-coordinate, etc.

See Also

Reference