DiagramClientView::ZoomInAt Method (PointD)

 

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

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
void ZoomInAt(
	PointD zoomCenterPoint
)

Parameters

zoomCenterPoint
Type: Microsoft.VisualStudio.Modeling.Diagrams::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.

Return to top
Show: