TabControl::ScaleCore Method (Single, Single)

 
obsoleteCodeEntityM:System.Windows.Forms.Control.ScaleControl(System.Drawing.SizeF,System.Windows.Forms.BoundsSpecified)obsoleteCodeEntityP:System.Windows.Forms.Control.ScaleChildren

This member overrides Control::ScaleCore.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void ScaleCore(
	float dx,
	float dy
) override

Parameters

dx
Type: System::Single

The horizontal scaling factor.

dy
Type: System::Single

The vertical scaling factor.

.NET Framework
Available since 2.0
Return to top
Show: