ActionsPane.Scale(SizeF) Method

Definition

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

factor
SizeF

A SizeF containing the horizontal and vertical scaling factors.

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.

Applies to