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