Freigeben über


Form.ScaleCore-Methode

Dieser Member überschreibt ScrollableControl.ScaleCore.

Syntax

'Declaration
Protected Overrides Sub ScaleCore ( _
    x As Single, _
    y As Single _
)
'Usage
Dim x As Single
Dim y As Single

Me.ScaleCore(x, y)
protected override void ScaleCore (
    float x,
    float y
)
protected:
virtual void ScaleCore (
    float x, 
    float y
) override
protected void ScaleCore (
    float x, 
    float y
)
protected override function ScaleCore (
    x : float, 
    y : float
)

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

Form-Klasse
Form-Member
System.Windows.Forms-Namespace
ScaleCore