Click or drag to resize
UnitPixel Method
Creates a Unit of type Pixel from the specified 32-bit signed integer.

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public static Unit Pixel(
	float n
)

Parameters

n
Type: SystemSingle
A 32-bit signed integer that represents the length of the Unit.

Return Value

Type: Unit
A Unit of type Pixel that represents the length specified by the n parameter.
See Also