Offset the rectangle by adding dx to its left and right coordinates, and
adding dy to its top and bottom coordinates.
Syntax
[Android.Runtime.Register("offset", "(FF)V", "GetOffset_FFHandler")]
public virtual
void Offset (
float dx,
float dy)
Parameters
- dx
- The amount to add to the rectangle's left and right coordinates
- dy
- The amount to add to the rectangle's top and bottom coordinates
Remarks
Requirements
Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1