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