layerPointToContainerPoint method

Point layerPointToContainerPoint(
  1. Point point
)

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

Implementation

external Point layerPointToContainerPoint(Point point);