Click or drag to resize
GridControlHeight_DPtoLP Method

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

Parameters

height
Type: SystemInt32
The pixel-value height to convert.

Return Value

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