Click or drag to resize

SvgUnitToDeviceValue Method (ISvgStylable)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts the current unit to one that can be used at render time.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public float ToDeviceValue(
	ISvgStylable styleOwner
)
Request Example View Source

Parameters

styleOwner
Type: SvgISvgStylable

Return Value

Type: Single
The representation of the current unit in a device value (usually pixels).
See Also