NativeIF.getSurfaceTransform

Retrieves the surface transform of @self.

This is the translation from @self's surface coordinates into @self's widget coordinates.

interface NativeIF
void
getSurfaceTransform
(
out double x
,
out double y
)

Parameters

x double

return location for the x coordinate

y double

return location for the y coordinate

Meta