class Delegate
Defined at line 25 of file ../../src/ui/a11y/lib/magnifier/magnifier_2.h
The entity that interacts directly with scenic to effect visible
magnification changes to the scene.
Public Methods
void SetMagnificationTransform (float scale, float x, float y, SetMagnificationTransformCallback callback)
scale: Scale factor applied to the scene. Must be between kMinScale and
kMaxScale (defined below).
x: X component of translation applied to the scene.
y: Y component of translation applied to the scene.
callback: Invoked once changes to the magnification transform have reached
the display.
void ~Delegate ()
Defined at line 29 of file ../../src/ui/a11y/lib/magnifier/magnifier_2.h