Inflate(Int32,Int32) Method
In This Topic
Inflates the rectangle by the specified amount.
Syntax
'Declaration
Public Overloads Sub Inflate( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void Inflate(
System.int ,
System.int
)
Parameters
- dx
- dy
See Also