DiagramClientView.ZoomOutAt Method

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

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

Syntax

'Declaration
Public Sub ZoomOutAt ( _
    zoomCenterPoint As PointD _
)
public void ZoomOutAt(
    PointD zoomCenterPoint
)
public:
void ZoomOutAt(
    PointD zoomCenterPoint
)
member ZoomOutAt : 
        zoomCenterPoint:PointD -> unit
public function ZoomOutAt(
    zoomCenterPoint : PointD
)

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 internal units and are relative to the diagram's top-left.

.NET Framework Security

See Also

Reference

DiagramClientView Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace