C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / ToPoints Method / ToPoints(Rect) Method
The rectangle in pixels.

In This Topic
ToPoints(Rect) Method
In This Topic
Converts pixels to points.
Syntax
'Declaration
 
Public Overloads Shared Function ToPoints( _
   ByVal rcPixels As Rect _
) As Rect
 

Parameters

rcPixels
The rectangle in pixels.

Return Value

The rectangle in points.
See Also