MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / getCanvas

Method getCanvas

src/mapboxgl/overlay/ThreeLayer.js:254–256  ·  view source on GitHub ↗

* @function ThreeLayer.prototype.getCanvas * @description 获取 three 图层画布。 * @returns {HTMLCanvasElement} three 图层画布。

()

Source from the content-addressed store, hash-verified

252 * @returns {HTMLCanvasElement} three 图层画布。
253 */
254 getCanvas() {
255 return this.renderer.getCanvas();
256 }
257
258 /**
259 * @function ThreeLayer.prototype.remove

Callers 10

onAddMethod · 0.45
onAddMethod · 0.45
getDrawnLabelsMethod · 0.45
onAddMethod · 0.45
_transferCoordinateMethod · 0.45
_getResolutionMethod · 0.45
onAddMethod · 0.45
onAddMethod · 0.45
resizeEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected