Table of Contents

Class PixelFormat

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

Constructors

PixelFormat()

public PixelFormat()

PixelFormat(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 PixelFormat(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

A_8

[Obsolete("Deprecated in JVM")]
public static int A_8 { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

JPEG

[Obsolete("Deprecated in JVM")]
public static int JPEG { get; set; }

Property Value

int

LA_88

[Obsolete("Deprecated in JVM")]
public static int LA_88 { get; set; }

Property Value

int

L_8

[Obsolete("Deprecated in JVM")]
public static int L_8 { get; set; }

Property Value

int

OPAQUE

public static int OPAQUE { get; set; }

Property Value

int

RGBA_1010102

public static int RGBA_1010102 { get; set; }

Property Value

int

RGBA_4444

[Obsolete("Deprecated in JVM")]
public static int RGBA_4444 { get; set; }

Property Value

int

RGBA_5551

[Obsolete("Deprecated in JVM")]
public static int RGBA_5551 { get; set; }

Property Value

int

RGBA_8888

public static int RGBA_8888 { get; set; }

Property Value

int

RGBA_F16

public static int RGBA_F16 { get; set; }

Property Value

int

RGBX_8888

public static int RGBX_8888 { get; set; }

Property Value

int

RGB_332

[Obsolete("Deprecated in JVM")]
public static int RGB_332 { get; set; }

Property Value

int

RGB_565

public static int RGB_565 { get; set; }

Property Value

int

RGB_888

public static int RGB_888 { get; set; }

Property Value

int

TRANSLUCENT

public static int TRANSLUCENT { get; set; }

Property Value

int

TRANSPARENT

public static int TRANSPARENT { get; set; }

Property Value

int

UNKNOWN

public static int UNKNOWN { get; set; }

Property Value

int

YCbCr_420_SP

[Obsolete("Deprecated in JVM")]
public static int YCbCr_420_SP { get; set; }

Property Value

int

YCbCr_422_I

[Obsolete("Deprecated in JVM")]
public static int YCbCr_422_I { get; set; }

Property Value

int

YCbCr_422_SP

[Obsolete("Deprecated in JVM")]
public static int YCbCr_422_SP { get; set; }

Property Value

int

bitsPerPixel

public int bitsPerPixel { get; set; }

Property Value

int

bytesPerPixel

public int bytesPerPixel { get; set; }

Property Value

int

Methods

CreatePoolableInstance()

HPA initializer for PixelFormat()

public static PixelFormat CreatePoolableInstance()

Returns

PixelFormat

FormatHasAlpha(int)

public static bool FormatHasAlpha(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

GetPixelFormatInfo(int, PixelFormat)

public static void GetPixelFormatInfo(int arg0, PixelFormat arg1)

Parameters

arg0 int

int

arg1 PixelFormat

PixelFormat