containerPointToLayerPoint method

Point containerPointToLayerPoint(
  1. Point point
)

Given a pixel coordinate relative to the map container, returns the corresponding pixel coordinate relative to the origin pixel.

Implementation

external Point containerPointToLayerPoint(Point point);