Table of Contents

Class RotateDrawable

Namespace
Android.Graphics.Drawable
Assembly
MASES.Netdroid.dll
public class RotateDrawable : DrawableWrapper, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Drawable>
RotateDrawable
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Drawable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Drawable>.IsAssignableFrom<T>()
JVMBridgeBase<Drawable>.Execute<T>(params T[])
JVMBridgeBase<Drawable>.DynBridgeClazz
JVMBridgeBase<Drawable>.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

RotateDrawable()

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

public RotateDrawable()

RotateDrawable(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 RotateDrawable(params object[] args)

Parameters

args object[]

Properties

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

Methods

GetFromDegrees()

public float GetFromDegrees()

Returns

float

float

GetPivotX()

public float GetPivotX()

Returns

float

float

GetPivotY()

public float GetPivotY()

Returns

float

float

GetToDegrees()

public float GetToDegrees()

Returns

float

float

IsPivotXRelative()

public bool IsPivotXRelative()

Returns

bool

bool

IsPivotYRelative()

public bool IsPivotYRelative()

Returns

bool

bool

SetFromDegrees(float)

public void SetFromDegrees(float arg0)

Parameters

arg0 float

float

SetPivotX(float)

public void SetPivotX(float arg0)

Parameters

arg0 float

float

SetPivotXRelative(bool)

public void SetPivotXRelative(bool arg0)

Parameters

arg0 bool

bool

SetPivotY(float)

public void SetPivotY(float arg0)

Parameters

arg0 float

float

SetPivotYRelative(bool)

public void SetPivotYRelative(bool arg0)

Parameters

arg0 bool

bool

SetToDegrees(float)

public void SetToDegrees(float arg0)

Parameters

arg0 float

float