ToPoints(RectangleF) Method
Converts pixels to points.
public static System.Drawing.RectangleF ToPoints(
System.Drawing.RectangleF
)
'Declaration
Public Overloads Shared Function ToPoints( _
ByVal As System.Drawing.RectangleF _
) As System.Drawing.RectangleF
Parameters
- rcPixels
- The rectangle in pixels.
Return Value
The rectangle in points.