RoundedRectangleShapeGeometry.GetPath Method (RectangleD)

This member overrides ShapeGeometry.GetPath(RectangleD).

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

Syntax

'宣言
Protected Overrides Function GetPath ( _
    boundingBox As RectangleD _
) As GraphicsPath
'使用
Dim boundingBox As RectangleD
Dim returnValue As GraphicsPath

returnValue = Me.GetPath(boundingBox)
protected override GraphicsPath GetPath(
    RectangleD boundingBox
)
protected:
virtual GraphicsPath^ GetPath(
    RectangleD boundingBox
) override
protected override function GetPath(
    boundingBox : RectangleD
) : GraphicsPath

Parameters

Return Value

Type: System.Drawing.Drawing2D.GraphicsPath

Permissions

See Also

Reference

RoundedRectangleShapeGeometry Class

RoundedRectangleShapeGeometry Members

GetPath Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace