Class MeteringRectangle
public class MeteringRectangle : JVMBridgeBase<MeteringRectangle>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
MeteringRectangle
- Implements
- Extension Methods
Constructors
MeteringRectangle(Point, Size, int)
public MeteringRectangle(Point arg0, Size arg1, int arg2)
Parameters
MeteringRectangle(Rect, int)
public MeteringRectangle(Rect arg0, int arg1)
Parameters
MeteringRectangle(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 MeteringRectangle(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
MeteringRectangle(int, int, int, int, int)
public MeteringRectangle(int arg0, int arg1, int arg2, int arg3, int arg4)
Parameters
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
METERING_WEIGHT_DONT_CARE
public static int METERING_WEIGHT_DONT_CARE { get; set; }
Property Value
METERING_WEIGHT_MAX
public static int METERING_WEIGHT_MAX { get; set; }
Property Value
METERING_WEIGHT_MIN
public static int METERING_WEIGHT_MIN { get; set; }
Property Value
Methods
CreatePoolableInstance(Point, Size, int)
HPA initializer for MeteringRectangle(Android.Graphics.Point arg0, Android.Util.Size arg1, int arg2)
public static MeteringRectangle CreatePoolableInstance(Point arg0, Size arg1, int arg2)
Parameters
Returns
CreatePoolableInstance(Rect, int)
HPA initializer for MeteringRectangle(Android.Graphics.Rect arg0, int arg1)
public static MeteringRectangle CreatePoolableInstance(Rect arg0, int arg1)
Parameters
Returns
CreatePoolableInstance(int, int, int, int, int)
HPA initializer for MeteringRectangle(int arg0, int arg1, int arg2, int arg3, int arg4)
public static MeteringRectangle CreatePoolableInstance(int arg0, int arg1, int arg2, int arg3, int arg4)
Parameters
Returns
GetHeight()
public int GetHeight()
Returns
GetMeteringWeight()
public int GetMeteringWeight()
Returns
GetRect()
public Rect GetRect()
Returns
GetSize()
public Size GetSize()
Returns
GetUpperLeftPoint()
public Point GetUpperLeftPoint()
Returns
GetWidth()
public int GetWidth()
Returns
GetX()
public int GetX()
Returns
GetY()
public int GetY()