Win32ToolBarScaleCore Method |
This method is not relevant for this class.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax protected override void ScaleCore(
float dx,
float dy
)
Protected Overrides Sub ScaleCore (
dx As Single,
dy As Single
)
protected:
virtual void ScaleCore(
float dx,
float dy
) override
abstract ScaleCore :
dx : float32 *
dy : float32 -> unit
override ScaleCore :
dx : float32 *
dy : float32 -> unit
Parameters
- dx
- Type: SystemSingle
The horizontal scaling factor. - dy
- Type: SystemSingle
The vertical scaling factor.
See Also