DiagramClientView.ZoomOutAt(PointD) Method

Definition

Zooms out, keeping the specified point at the same device coordinates after zoom.

public:
 void ZoomOutAt(Microsoft::VisualStudio::Modeling::Diagrams::PointD zoomCenterPoint);
public void ZoomOutAt (Microsoft.VisualStudio.Modeling.Diagrams.PointD zoomCenterPoint);
member this.ZoomOutAt : Microsoft.VisualStudio.Modeling.Diagrams.PointD -> unit
Public Sub ZoomOutAt (zoomCenterPoint As PointD)

Parameters

zoomCenterPoint
PointD

Center point of zoom. This point will map to the same device coordinates after changing the zoom. The coordinates are in internal units and are relative to the diagram's top-left.

Applies to