ScaleToDPI(Style,Int32) Method
In This Topic
Scales the
Style instance to custom display device dpi.
Syntax
'Declaration
Protected Overloads Sub ScaleToDPI( _
ByVal As Style, _
ByVal As Integer _
)
protected void ScaleToDPI(
Style ,
int
)
Parameters
- value
- The style for scaling.
- dpi
- The dpi of display device.
See Also