Interface | Description |
---|---|
ISafeCanvas |
The ISafeCanvas interface is designed to work Android's issues with large canvases.
The internal representation of canvas coordinates in the Skia graphics library is float. |
ISafeCanvas.UnsafeCanvasHandler |
Allows access to the original unsafe canvas.
|
Class | Description |
---|---|
SafeBitmapShader |
The SafeBitmapShader class is designed to work in conjunction with
SafeTranslatedCanvas
to work around various Android issues with large canvases. |
SafeDashPathEffect | |
SafePaint |
The SafePaint class is designed to work in conjunction with
SafeTranslatedCanvas to work
around various Android issues with large canvases. |
SafeTranslatedCanvas |
An implementation of
ISafeCanvas that wraps a Canvas and adjusts drawing calls to
the wrapped Canvas so that they are relative to an origin that is always at the center of the
screen.See ISafeCanvas for details |
SafeTranslatedPath |
The SafeTranslatedPath class is designed to work in conjunction with
SafeTranslatedCanvas
to work around various Android issues with large canvases. |
Copyright © 2014. All Rights Reserved.