In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overloads Sub Scale( _
ByVal As System.Drawing.SizeF _
)
'Usage
Dim instance As DicomViewer
Dim factor As System.Drawing.SizeF
instance.Scale(factor)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public void Scale(
System.Drawing.SizeF
)
public procedure Scale(
: System.Drawing.SizeF
);
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
public function Scale(
: System.Drawing.SizeF
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public: void Scale(
System.Drawing.SizeF
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public:
void Scale(
System.Drawing.SizeF
)
Parameters
- factor
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also