ComponentOne Word for UWP
ToPixels(Size) Method

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

Parameters

szPoints
The size in points.

Return Value

The size in pixels.
See Also

Reference

C1WordDocument Class
C1WordDocument Members
Overload List