Android.Graphics.Camera Members

The members of Android.Graphics.Camera are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new camera, with empty transformations.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
LocationXfloat. Gets the x location of the camera.
[read-only]
LocationYfloat. Gets the y location of the camera.
[read-only]
LocationZfloat. Gets the z location of the camera.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

ApplyToCanvas(Canvas)
Computes the matrix corresponding to the current transformation and applies it to the specified Canvas.
DotWithNormal(float, float, float) : float
GetMatrix(Matrix)
Computes the matrix corresponding to the current transformation and copies it to the supplied matrix object.
Restore()
Restores the saved state, if any.
Rotate(float, float, float)
Applies a rotation transform around all three axis.
RotateX(float)
Applies a rotation transform around the X axis.
RotateY(float)
Applies a rotation transform around the Y axis.
RotateZ(float)
Applies a rotation transform around the Z axis.
Save()
Saves the camera state.
SetLocation(float, float, float)
Sets the location of the camera.
Translate(float, float, float)
Applies a translation transform on all three axis.