ScrollableControl.ScaleCore(Single, Single) メソッド
定義
このクラスでは、このメソッドは無効です。This method is not relevant for this class.
protected:
override void ScaleCore(float dx, float dy);
protected override void ScaleCore (float dx, float dy);
override this.ScaleCore : single * single -> unit
Protected Overrides Sub ScaleCore (dx As Single, dy As Single)
パラメーター
- dx
- Single
水平方向のスケール ファクター。The horizontal scaling factor.
- dy
- Single
垂直方向のスケール ファクター。The vertical scaling factor.