GetScaledBounds Method (C1SpellDialog)
In This Topic
Syntax
'Declaration
Protected Overridable Function GetScaledBounds( _
ByVal As System.Drawing.Rectangle, _
ByVal As System.Drawing.SizeF, _
ByVal As System.Windows.Forms.BoundsSpecified _
) As System.Drawing.Rectangle
protected virtual System.Drawing.Rectangle GetScaledBounds(
System.Drawing.Rectangle ,
System.Drawing.SizeF ,
System.Windows.Forms.BoundsSpecified
)
Parameters
- bounds
- factor
- specified
See Also