Control.ScaleCore(Single, Single) Метод
Определение
Данный метод не применим к этому классу.This method is not relevant for this class.
protected:
virtual void ScaleCore(float dx, float dy);
protected virtual void ScaleCore (float dx, float dy);
abstract member ScaleCore : single * single -> unit
override this.ScaleCore : single * single -> unit
Protected Overridable Sub ScaleCore (dx As Single, dy As Single)
Параметры
- dx
- Single
Коэффициент горизонтального масштабирования.The horizontal scaling factor.
- dy
- Single
Коэффициент вертикального масштабирования.The vertical scaling factor.
Комментарии
Данный метод не применим к этому классу.This method is not relevant for this class.