Click or drag to resize
GridControlWidth_LPtoDP Method
Multiplies the logical value by the value returned by GetFontWidth.

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

Parameters

width
Type: SystemInt32
The logical value to convert.

Return Value

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