Extent.
Resolution.
Pixel ratio.
Canvas.
Optionalloader: LoaderOptional loader function to support asynchronous canvas drawing.
ProtecteddisposedThe object has already been disposed.
ProtectedextentProtectedloaderProtectedresolutionProtectedstateProtectedchangedDispatches an event and calls all listeners listening for events
of this type. The event parameter can either be a string or an
Object with a type property.
Event object.
false if anyone called preventDefault on the
event object or if any of the listeners returned false.
Protecteddispose
A function that is called to trigger asynchronous canvas drawing. It is called with a "done" callback that should be called when drawing is done. If any error occurs during drawing, the "done" callback should be called with that error.