ActionsPane.Scale(SizeF) 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.
Scales the actions pane and all child controls by the specified scaling factor.
public:
void Scale(System::Drawing::SizeF factor);
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public void Scale (System.Drawing.SizeF factor);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Scale : System.Drawing.SizeF -> unit
Public Sub Scale (factor As SizeF)
Parameters
- Attributes
Remarks
This method provides the same functionality as the System.Windows.Forms.Control.Scale method. For more information about using this method, see System.Windows.Forms.Control.Scale.