Table of Contents

Class PixelFormat

Namespace
Android.Graphics
Assembly
MASES.Netdroid.dll
public class PixelFormat : JVMBridgeBase<PixelFormat>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<PixelFormat>
PixelFormat
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<PixelFormat>.IsAssignableFrom(IJavaType)
JVMBridgeBase<PixelFormat>.IsAssignableFrom<T>()
JVMBridgeBase<PixelFormat>.Execute<T>(params T[])
JVMBridgeBase<PixelFormat>.DynBridgeClazz
JVMBridgeBase<PixelFormat>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

PixelFormat()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public PixelFormat()

PixelFormat(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public PixelFormat(params object[] args)

Parameters

args object[]

Properties

A_8

[Obsolete]
public static int A_8 { get; }

Property Value

int

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

JPEG

[Obsolete]
public static int JPEG { get; }

Property Value

int

LA_88

[Obsolete]
public static int LA_88 { get; }

Property Value

int

L_8

[Obsolete]
public static int L_8 { get; }

Property Value

int

OPAQUE

public static int OPAQUE { get; }

Property Value

int

RGBA_1010102

public static int RGBA_1010102 { get; }

Property Value

int

RGBA_4444

[Obsolete]
public static int RGBA_4444 { get; }

Property Value

int

RGBA_5551

[Obsolete]
public static int RGBA_5551 { get; }

Property Value

int

RGBA_8888

public static int RGBA_8888 { get; }

Property Value

int

RGBA_F16

public static int RGBA_F16 { get; }

Property Value

int

RGBX_8888

public static int RGBX_8888 { get; }

Property Value

int

RGB_332

[Obsolete]
public static int RGB_332 { get; }

Property Value

int

RGB_565

public static int RGB_565 { get; }

Property Value

int

RGB_888

public static int RGB_888 { get; }

Property Value

int

TRANSLUCENT

public static int TRANSLUCENT { get; }

Property Value

int

TRANSPARENT

public static int TRANSPARENT { get; }

Property Value

int

UNKNOWN

public static int UNKNOWN { get; }

Property Value

int

YCbCr_420_SP

[Obsolete]
public static int YCbCr_420_SP { get; }

Property Value

int

YCbCr_422_I

[Obsolete]
public static int YCbCr_422_I { get; }

Property Value

int

YCbCr_422_SP

[Obsolete]
public static int YCbCr_422_SP { get; }

Property Value

int

bitsPerPixel

public int bitsPerPixel { get; set; }

Property Value

int

bytesPerPixel

public int bytesPerPixel { get; set; }

Property Value

int

Methods

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