ElementHost.ScaleCore(Single, Single) Method

Definition

Scales the parent container and the hosted Windows Forms control.

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)

Parameters

dx
Single

The scaling factor for the x-axis.

dy
Single

The scaling factor for the y-axis.

Applies to

See also