Control.ScaleCore(Single, Single) Metodo
Definizione
Questo metodo non è pertinente per questa classe.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)
Parametri
- dx
- Single
Fattore di scala orizzontale.The horizontal scaling factor.
- dy
- Single
Fattore di scala verticale.The vertical scaling factor.
Commenti
Questo metodo non è pertinente per questa classe.This method is not relevant for this class.