Click or drag to resize
GridControlHeight_LPtoDP Method

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public int Height_LPtoDP(
	int height
)

Parameters

height
Type: SystemInt32
The logical value to convert.

Return Value

Type: Int32
The pixel value for a logical height value.
See Also