Android.Graphics.Camera: Method Members

The methods of Android.Graphics.Camera are listed below. For a list of all members, see the Camera Members list.

See Also: Inherited members from Java.Lang.Object

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.