Skip to main content

ISetZoomCommandArgs

Interfaces

ISetZoomCommandArgs

Properties

centerPageX?
optional centerPageX?: number;
centerPageY?
optional centerPageY?: number;
preventEvent?
optional preventEvent?: boolean;
skipZoomToCenter?
optional skipZoomToCenter?: boolean;
withoutUpdate?
optional withoutUpdate?: boolean;
workspaceX?
optional workspaceX?: number;
workspaceY?
optional workspaceY?: number;
zoom
zoom: number;
Was this page helpful?