ScaleControl(SizeF,BoundsSpecified) Method
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overridable Sub ScaleControl( _
ByVal As System.Drawing.SizeF, _
ByVal As System.Windows.Forms.BoundsSpecified _
)
'Usage
Dim instance As DicomViewer
Dim factor As System.Drawing.SizeF
Dim specified As System.Windows.Forms.BoundsSpecified
instance.ScaleControl(factor, specified)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected virtual void ScaleControl(
System.Drawing.SizeF ,
System.Windows.Forms.BoundsSpecified
)
protected procedure ScaleControl(
: System.Drawing.SizeF;
: System.Windows.Forms.BoundsSpecified
); virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function ScaleControl(
: System.Drawing.SizeF,
: System.Windows.Forms.BoundsSpecified
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: virtual void ScaleControl(
System.Drawing.SizeF ,
System.Windows.Forms.BoundsSpecified
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
virtual void ScaleControl(
System.Drawing.SizeF ,
System.Windows.Forms.BoundsSpecified
)
Parameters
- factor
- specified
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also