DiagramClientView.ZoomInAt Method
Zooms in, keeping the specified point at the same device coordinates after zoom.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Dichiarazione
Public Sub ZoomInAt ( _
zoomCenterPoint As PointD _
)
public void ZoomInAt(
PointD zoomCenterPoint
)
public:
void ZoomInAt(
PointD zoomCenterPoint
)
member ZoomInAt :
zoomCenterPoint:PointD -> unit
public function ZoomInAt(
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 world units and are relative to the diagram's top-left.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.