DiagramClientView.ZoomInAt(PointD) Method

Definition

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

public:
 void ZoomInAt(Microsoft::VisualStudio::Modeling::Diagrams::PointD zoomCenterPoint);
public void ZoomInAt (Microsoft.VisualStudio.Modeling.Diagrams.PointD zoomCenterPoint);
member this.ZoomInAt : Microsoft.VisualStudio.Modeling.Diagrams.PointD -> unit
Public Sub ZoomInAt (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 world units and are relative to the diagram's top-left.

Applies to