ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSValue Structure / GetLengthPixels Method
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.

In This Topic
    GetLengthPixels Method
    In This Topic
    Returns a length value in pixel units.
    Syntax
    'Declaration
     
    Public Function GetLengthPixels( _
       ByVal aPixelsPerTwip As Single _
    ) As Single
    public float GetLengthPixels( 
       float aPixelsPerTwip
    )

    Parameters

    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.
    See Also