ComponentOne Word for UWP
ToPoints(Size) Method

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

Parameters

szPixels
The size in pixels.

Return Value

The size in points.
See Also

Reference

C1WordDocument Class
C1WordDocument Members
Overload List