Table of Contents

Class BitmapShader

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

Constructors

BitmapShader(Bitmap, TileMode, TileMode)

public BitmapShader(Bitmap arg0, Shader.TileMode arg1, Shader.TileMode arg2)

Parameters

arg0 Bitmap

Bitmap

arg1 Shader.TileMode

Shader.TileMode

arg2 Shader.TileMode

Shader.TileMode

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

FILTER_MODE_DEFAULT

public static int FILTER_MODE_DEFAULT { get; set; }

Property Value

int

FILTER_MODE_LINEAR

public static int FILTER_MODE_LINEAR { get; set; }

Property Value

int

FILTER_MODE_NEAREST

public static int FILTER_MODE_NEAREST { 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

Methods

CreatePoolableInstance(Bitmap, TileMode, TileMode)

HPA initializer for BitmapShader(Android.Graphics.Bitmap arg0, Android.Graphics.Shader.TileMode arg1, Android.Graphics.Shader.TileMode arg2)

public static BitmapShader CreatePoolableInstance(Bitmap arg0, Shader.TileMode arg1, Shader.TileMode arg2)

Parameters

arg0 Bitmap
arg1 Shader.TileMode
arg2 Shader.TileMode

Returns

BitmapShader

GetFilterMode()

public int GetFilterMode()

Returns

int

int

GetMaxAnisotropy()

public int GetMaxAnisotropy()

Returns

int

int

SetFilterMode(int)

public void SetFilterMode(int arg0)

Parameters

arg0 int

int

SetMaxAnisotropy(int)

public void SetMaxAnisotropy(int arg0)

Parameters

arg0 int

int

SetOverrideGainmap(Gainmap)

public void SetOverrideGainmap(Gainmap arg0)

Parameters

arg0 Gainmap

Gainmap