Click or drag to resize
GridControlWidth_DPtoLP Method

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

Parameters

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

Return Value

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