DiagramClientView.ZoomInAt(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 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.