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