Table of Contents

Class PorterDuff.Mode

Namespace
Android.Graphics
Assembly
MASES.Netdroid.dll
public class PorterDuff.Mode : Enum<PorterDuff.Mode>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<PorterDuff.Mode>>, IComparable<PorterDuff.Mode>, ISerializable
Inheritance
PorterDuff.Mode
Implements
Inherited Members
Extension Methods

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ADD

public static PorterDuff.Mode ADD { get; set; }

Property Value

PorterDuff.Mode

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CLEAR

public static PorterDuff.Mode CLEAR { get; set; }

Property Value

PorterDuff.Mode

DARKEN

public static PorterDuff.Mode DARKEN { get; set; }

Property Value

PorterDuff.Mode

DST

public static PorterDuff.Mode DST { get; set; }

Property Value

PorterDuff.Mode

DST_ATOP

public static PorterDuff.Mode DST_ATOP { get; set; }

Property Value

PorterDuff.Mode

DST_IN

public static PorterDuff.Mode DST_IN { get; set; }

Property Value

PorterDuff.Mode

DST_OUT

public static PorterDuff.Mode DST_OUT { get; set; }

Property Value

PorterDuff.Mode

DST_OVER

public static PorterDuff.Mode DST_OVER { get; set; }

Property Value

PorterDuff.Mode

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

LIGHTEN

public static PorterDuff.Mode LIGHTEN { get; set; }

Property Value

PorterDuff.Mode

MULTIPLY

public static PorterDuff.Mode MULTIPLY { get; set; }

Property Value

PorterDuff.Mode

OVERLAY

public static PorterDuff.Mode OVERLAY { get; set; }

Property Value

PorterDuff.Mode

SCREEN

public static PorterDuff.Mode SCREEN { get; set; }

Property Value

PorterDuff.Mode

SRC

public static PorterDuff.Mode SRC { get; set; }

Property Value

PorterDuff.Mode

SRC_ATOP

public static PorterDuff.Mode SRC_ATOP { get; set; }

Property Value

PorterDuff.Mode

SRC_IN

public static PorterDuff.Mode SRC_IN { get; set; }

Property Value

PorterDuff.Mode

SRC_OUT

public static PorterDuff.Mode SRC_OUT { get; set; }

Property Value

PorterDuff.Mode

SRC_OVER

public static PorterDuff.Mode SRC_OVER { get; set; }

Property Value

PorterDuff.Mode

XOR

public static PorterDuff.Mode XOR { get; set; }

Property Value

PorterDuff.Mode

Methods

ValueOf(String)

public static PorterDuff.Mode ValueOf(String arg0)

Parameters

arg0 String

String

Returns

PorterDuff.Mode

PorterDuff.Mode

Values()

public static PorterDuff.Mode[] Values()

Returns

Mode[]

PorterDuff.Mode