TableLayoutPanel.ScaleCore(Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs the work of scaling the entire panel and any child controls.
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 ratio by which to scale the control horizontally.
- dy
- Single
The ratio by which to scale the control vertically.
Remarks
The ScaleCore method uses the dx
and dy
parameter values to scale both the height and width of the panel independently.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.