LinkDecorator.GetPath(RectangleD) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 pour le LinkDecorator résultant.