ScaleToDPI(Size,Int32) Method
In This Topic
Scales a
System.Drawing.Size value to the dpi.
Syntax
'Declaration
Public Overloads Shared Function ScaleToDPI( _
ByVal As Size, _
ByVal As Integer _
) As Size
public static Size ScaleToDPI(
Size ,
int
)
Parameters
- value
- The value for scaling.
- dpi
- The DPI value for the current display device.
Return Value
The scaled value.
See Also