ComponentOne Word for UWP
ToPoints(Rect) Method

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

Parameters

rcPixels
The rectangle in pixels.

Return Value

The rectangle in points.
See Also

Reference

C1WordDocument Class
C1WordDocument Members
Overload List