In This Topic
Converts pixels to points.
Syntax
'Declaration
Public Overloads Shared Function ToPoints( _
ByVal As SizeF _
) As SizeF
public static SizeF ToPoints(
SizeF
)
Parameters
- szPixels
- The size in pixels.
Return Value
The size in points.
See Also