Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the GraphicsPath of the geometry. This is a singleton on the geometry class. Do not dispose. Use immediately. Use GetPathCopy if another path is needed!
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Protected Overrides Function GetPath ( _
boundingBox As RectangleD _
) As GraphicsPath
protected override GraphicsPath GetPath(
RectangleD boundingBox
)
protected:
virtual GraphicsPath^ GetPath(
RectangleD boundingBox
) override
abstract GetPath :
boundingBox:RectangleD -> GraphicsPath
override GetPath :
boundingBox:RectangleD -> GraphicsPath
protected override function GetPath(
boundingBox : RectangleD
) : GraphicsPath
Parameters
- boundingBox
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
The bounding box for the geometry.
Return Value
Type: System.Drawing.Drawing2D.GraphicsPath
.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.