Android.Content.Intent.SourceBounds Property
Get the bounds of the sender of this intent, in screen coordinates.

Syntax

[get: Android.Runtime.Register("getSourceBounds", "()Landroid/graphics/Rect;", "GetGetSourceBoundsHandler")]
[set: Android.Runtime.Register("setSourceBounds", "(Landroid/graphics/Rect;)V", "GetSetSourceBounds_Landroid_graphics_Rect_Handler")]
public virtual Android.Graphics.Rect SourceBounds { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Get the bounds of the sender of this intent, in screen coordinates. This can be used as a hint to the receiver for animations and the like. Null means that there is no source bounds.

Set method documentation [Android Documentation]

Set the bounds of the sender of this intent, in screen coordinates. This can be used as a hint to the receiver for animations and the like. Null means that there is no source bounds.

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 7