Function RemoteTransform.useGlobalCoordinates
If true
, global coordinates are used. If false
, local coordinates are used.
bool useGlobalCoordinates() nothrow @property @nogc;
void useGlobalCoordinates
(
bool v
) nothrow @property @nogc;