ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / C1WordDocument Class / ToPixels Method / ToPixels(Rect) Method
The rectangle in points.

In This Topic
    ToPixels(Rect) Method
    In This Topic
    Converts points to pixels.
    Syntax
    'Declaration
     
    Public Overloads Shared Function ToPixels( _
       ByVal rcPoints As Rect _
    ) As Rect
    public static Rect ToPixels( 
       Rect rcPoints
    )

    Parameters

    rcPoints
    The rectangle in points.

    Return Value

    The rectangle in pixels.
    See Also