Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Scrolls such that the specified point of the diagram becomes the top-left point of the view. The point is in world units relative to the top-left of the diagram.
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 ScrollTo ( _
point As PointD _
)
public void ScrollTo(
PointD point
)
public:
void ScrollTo(
PointD point
)
member ScrollTo :
point:PointD -> unit
public function ScrollTo(
point : PointD
)
Parameters
point
Type: Microsoft.VisualStudio.Modeling.Diagrams.PointDThe point to scroll to such that it becomes the top-left of the view. The point is in world units relative to the top-left of the diagram.
.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.