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
[read-only] | ClipBounds | Rect. Retrieve the bounds of the current clip (in local coordinates). |
Density | int. | |
DrawFilter | DrawFilter. | |
[read-only] | GL | Javax.Microedition.Khronos.Opengles.IGL. Documentation for this section has not yet been entered. |
[read-only] | Height | int. Returns the height of the current drawing layer |
[read-only] | IsHardwareAccelerated | bool. Indicates whether this Canvas uses hardware acceleration. |
[read-only] | IsOpaque | bool. Return true if the device that the current layer draws into is opaque (i.e. does not support per-pixel alpha). |
Matrix | Matrix. Return a new matrix with a copy of the canvas' current transformation matrix. | |
[read-only] | MaximumBitmapHeight | int. Returns the maximum allowed height for bitmaps drawn with this canvas. |
[read-only] | MaximumBitmapWidth | int. Returns the maximum allowed width for bitmaps drawn with this canvas. |
[read-only] | SaveCount | int. Returns the number of matrix/clip states on the Canvas' private stack. |
[read-only] | Width | int. Returns the width of the current drawing layer |
[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. |