Share via


PixelCopy.PixelCopyRequest.SourceRect Property

Definition

public Android.Graphics.Rect? SourceRect { [Android.Runtime.Register("getSourceRect", "()Landroid/graphics/Rect;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getSourceRect", "()Landroid/graphics/Rect;", "", ApiSince=34)>]
member this.SourceRect : Android.Graphics.Rect

Property Value

The source rect to copy from as set by Builder#setSourceRect(Rect)

Attributes

Remarks

Java documentation for android.view.PixelCopy.Request.getSourceRect().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to