Share via


Form.ScaleCore 方法

此成员重写 ScrollableControl.ScaleCore

语法

声明
Protected Overrides Sub ScaleCore ( _
    x As Single, _
    y As Single _
)
用法
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
)

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

Form 类
Form 成员
System.Windows.Forms 命名空间
ScaleCore