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

Method getPixelOffset

src/common/overlay/levelRenderer/Util.js:237–242  ·  view source on GitHub ↗

* @function LevelRenderer.Tool.Util.prototype.getPixelOffset * @description 获取像素canvas的偏移量。 * @return {Object} 偏移量。

()

Source from the content-addressed store, hash-verified

235 * @return {Object} 偏移量。
236 */
237 getPixelOffset() {
238 return {
239 x: this._offsetX,
240 y: this._offsetY
241 };
242 }
243
244
245 /**

Callers 3

UtilSpec.jsFile · 0.80
symbolPropertyObjectFunction · 0.80
updateSelectFeatureFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected