[]
        
(Showing Draft Content)

DDCssLib.CSSValue.GetLengthPixels

GetLengthPixels Method

GetLengthPixels(float)

Returns a length value in pixel units.

Declaration
public float GetLengthPixels(float aPixelsPerTwip)
Parameters
Type Name Description
float aPixelsPerTwip

The number of pixels per twip.
This value will be used if a conversion from a device independent length unit (mm, cm, pica, etc...) is necessary. If the length value was originally specified as pixels, then this value will not be used.

Returns
Type Description
float