Android.Graphics.Canvas: Property Members

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

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
ClipBoundsRect. Retrieve the bounds of the current clip (in local coordinates).
Densityint.
DrawFilterDrawFilter.
[read-only]
GLJavax.Microedition.Khronos.Opengles.IGL. Documentation for this section has not yet been entered.
[read-only]
Heightint. Returns the height of the current drawing layer
[read-only]
IsHardwareAcceleratedbool. Indicates whether this Canvas uses hardware acceleration.
[read-only]
IsOpaquebool. Return true if the device that the current layer draws into is opaque (i.e. does not support per-pixel alpha).
MatrixMatrix. Return a new matrix with a copy of the canvas' current transformation matrix.
[read-only]
MaximumBitmapHeightint. Returns the maximum allowed height for bitmaps drawn with this canvas.
[read-only]
MaximumBitmapWidthint. Returns the maximum allowed width for bitmaps drawn with this canvas.
[read-only]
SaveCountint. Returns the number of matrix/clip states on the Canvas' private stack.
[read-only]
Widthint. Returns the width of the current drawing layer

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.