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