Bitmap.CopyPixelsFromBuffer(Buffer) Method

Definition

Copy the pixels from the buffer, beginning at the current position, overwriting the bitmap's pixels.

[Android.Runtime.Register("copyPixelsFromBuffer", "(Ljava/nio/Buffer;)V", "")]
public void CopyPixelsFromBuffer (Java.Nio.Buffer? src);
[<Android.Runtime.Register("copyPixelsFromBuffer", "(Ljava/nio/Buffer;)V", "")>]
member this.CopyPixelsFromBuffer : Java.Nio.Buffer -> unit

Parameters

src
Buffer
Attributes

Remarks

Java documentation for android.graphics.Bitmap.copyPixelsFromBuffer(java.nio.Buffer).

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