DiagramClientView.ZoomOutAt(PointD) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.