Table of Contents

Class PixelCopy

Namespace
Android.View
Assembly
MASES.Netdroid.dll
public class PixelCopy : JVMBridgeBase<PixelCopy>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
PixelCopy
Implements
Extension Methods

Constructors

PixelCopy(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PixelCopy(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

ERROR_DESTINATION_INVALID

public static int ERROR_DESTINATION_INVALID { get; set; }

Property Value

int

ERROR_SOURCE_INVALID

public static int ERROR_SOURCE_INVALID { get; set; }

Property Value

int

ERROR_SOURCE_NO_DATA

public static int ERROR_SOURCE_NO_DATA { get; set; }

Property Value

int

ERROR_TIMEOUT

public static int ERROR_TIMEOUT { get; set; }

Property Value

int

ERROR_UNKNOWN

public static int ERROR_UNKNOWN { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

SUCCESS

public static int SUCCESS { get; set; }

Property Value

int

Methods

RequestMethod(Request, Executor, Consumer<Result>)

public static void RequestMethod(PixelCopy.Request arg0, Executor arg1, Consumer<PixelCopy.Result> arg2)

Parameters

arg0 PixelCopy.Request

PixelCopy.Request

arg1 Executor

Executor

arg2 Consumer<PixelCopy.Result>

Consumer

RequestMethod(Surface, Bitmap, OnPixelCopyFinishedListener, Handler)

public static void RequestMethod(Surface arg0, Bitmap arg1, PixelCopy.OnPixelCopyFinishedListener arg2, Handler arg3)

Parameters

arg0 Surface

Surface

arg1 Bitmap

Bitmap

arg2 PixelCopy.OnPixelCopyFinishedListener

PixelCopy.OnPixelCopyFinishedListener

arg3 Handler

Handler

RequestMethod(Surface, Rect, Bitmap, OnPixelCopyFinishedListener, Handler)

public static void RequestMethod(Surface arg0, Rect arg1, Bitmap arg2, PixelCopy.OnPixelCopyFinishedListener arg3, Handler arg4)

Parameters

arg0 Surface

Surface

arg1 Rect

Rect

arg2 Bitmap

Bitmap

arg3 PixelCopy.OnPixelCopyFinishedListener

PixelCopy.OnPixelCopyFinishedListener

arg4 Handler

Handler

RequestMethod(SurfaceView, Bitmap, OnPixelCopyFinishedListener, Handler)

public static void RequestMethod(SurfaceView arg0, Bitmap arg1, PixelCopy.OnPixelCopyFinishedListener arg2, Handler arg3)

Parameters

arg0 SurfaceView

SurfaceView

arg1 Bitmap

Bitmap

arg2 PixelCopy.OnPixelCopyFinishedListener

PixelCopy.OnPixelCopyFinishedListener

arg3 Handler

Handler

RequestMethod(SurfaceView, Rect, Bitmap, OnPixelCopyFinishedListener, Handler)

public static void RequestMethod(SurfaceView arg0, Rect arg1, Bitmap arg2, PixelCopy.OnPixelCopyFinishedListener arg3, Handler arg4)

Parameters

arg0 SurfaceView

SurfaceView

arg1 Rect

Rect

arg2 Bitmap

Bitmap

arg3 PixelCopy.OnPixelCopyFinishedListener

PixelCopy.OnPixelCopyFinishedListener

arg4 Handler

Handler

RequestMethod(Window, Bitmap, OnPixelCopyFinishedListener, Handler)

public static void RequestMethod(Window arg0, Bitmap arg1, PixelCopy.OnPixelCopyFinishedListener arg2, Handler arg3)

Parameters

arg0 Window

Window

arg1 Bitmap

Bitmap

arg2 PixelCopy.OnPixelCopyFinishedListener

PixelCopy.OnPixelCopyFinishedListener

arg3 Handler

Handler

RequestMethod(Window, Rect, Bitmap, OnPixelCopyFinishedListener, Handler)

public static void RequestMethod(Window arg0, Rect arg1, Bitmap arg2, PixelCopy.OnPixelCopyFinishedListener arg3, Handler arg4)

Parameters

arg0 Window

Window

arg1 Rect

Rect

arg2 Bitmap

Bitmap

arg3 PixelCopy.OnPixelCopyFinishedListener

PixelCopy.OnPixelCopyFinishedListener

arg4 Handler

Handler