The members of Android.Graphics.Camera are listed below.
See Also: Inherited members from Java.Lang.Object
Camera() | Creates a new camera, with empty transformations. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
ApplyToCanvas(Canvas)Computes the matrix corresponding to the current transformation and applies it to the specified Canvas. | ||
DotWithNormal(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. |