ComponentOne PDF for WPF and Silverlight
ToPoints(Rect) Method

C1.WPF.Pdf.4 Assembly > C1.WPF.Pdf Namespace > C1PdfDocumentBase Class > ToPoints Method : ToPoints(Rect) Method
The rectangle in pixels.
Converts pixels to points.
Syntax
'Declaration
 
Public Overloads Shared Function ToPoints( _
   ByVal rcPixels As Rect _
) As Rect
public static Rect ToPoints( 
   Rect rcPixels
)

Parameters

rcPixels
The rectangle in pixels.

Return Value

The rectangle in points.
See Also

Reference

C1PdfDocumentBase Class
C1PdfDocumentBase Members
Overload List