Computes the number of pixels in the number of form units. Form units are a unit of measurement used by functions which move and position objects. Form units are computed using physical units (pixels) in conjunction with the window's font size.

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public SalNumber FormUnitsToPixels(
	SalNumber nFormUnits,
	SalBoolean bVertical
)

Parameters

nFormUnits
Type: PPJ.Runtime..::..SalNumber
bVertical
Type: PPJ.Runtime..::..SalBoolean

Return Value

See Also