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