Offset the rectangle to a specific (left, top) position,
keeping its width and height the same.
Syntax
[Android.Runtime.Register("offsetTo", "(FF)V", "GetOffsetTo_FFHandler")]
public virtual
void OffsetTo (
float newLeft,
float newTop)
Parameters
- newLeft
- The new "left" coordinate for the rectangle
- newTop
- The new "top" coordinate for the rectangle
Remarks
Requirements
Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1