ComponentOne Word for UWP
ToPixels(Rect) Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class > ToPixels Method : ToPixels(Rect) Method
The rectangle in points.
Converts points to pixels.
Syntax
'Declaration
 
Public Overloads Shared Function ToPixels( _
   ByVal rcPoints As Windows.Foundation.Rect _
) As Windows.Foundation.Rect
public static Windows.Foundation.Rect ToPixels( 
   Windows.Foundation.Rect rcPoints
)

Parameters

rcPoints
The rectangle in points.

Return Value

The rectangle in pixels.
See Also

Reference

C1WordDocument Class
C1WordDocument Members
Overload List