ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / FloatExtensions Class / FromPixelToTwips Method
The value in pixels.

In This Topic
    FromPixelToTwips Method
    In This Topic
    Converts a value from pixels to twips.
    Syntax
    'Declaration
     
    Public Shared Function FromPixelToTwips( _
       ByVal val As Single _
    ) As Single
    public static float FromPixelToTwips( 
       float val
    )

    Parameters

    val
    The value in pixels.

    Return Value

    The equivalent value in twips.
    See Also