In This Topic
Creates a new
System.Drawing.Size struct by scaling the specified
size for default dpi to size for current device's dpi.
Syntax
'Declaration
Public Function ScaleSizeToDpi( _
ByVal As Size _
) As Size
public Size ScaleSizeToDpi(
Size
)
Parameters
- size
See Also