LinkDecorator.GetPath(RectangleD) Méthode

Définition

Retourne le GraphicsPath pour ce LinkDecorator selon la zone englobante passée.

protected:
 abstract System::Drawing::Drawing2D::GraphicsPath ^ GetPath(Microsoft::VisualStudio::Modeling::Diagrams::RectangleD bounds);
protected abstract System.Drawing.Drawing2D.GraphicsPath GetPath (Microsoft.VisualStudio.Modeling.Diagrams.RectangleD bounds);
abstract member GetPath : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> System.Drawing.Drawing2D.GraphicsPath
Protected MustOverride Function GetPath (bounds As RectangleD) As GraphicsPath

Paramètres

bounds
RectangleD

Rectangle dans lequel dessiner le chemin d'accès.

Retours

GraphicsPath

GraphicsPath pour le LinkDecorator résultant.

S’applique à