Méthode System::Drawing::Drawing2D::GraphicsPath::IsOutlineVisible
GraphicsPath::IsOutlineVisible method
Indique si le point spécifié est contenu à l’intérieur (ou sous) du contour de ce GraphicsPath lorsqu’il est dessiné avec le Pen spécifié. NON IMPLEMENTÉ.
bool System::Drawing::Drawing2D::GraphicsPath::IsOutlineVisible(const PointF &point, const SharedPtr<Pen> &pen)
| Paramètre | Type | Description |
|---|---|---|
| point | const PointF& | Le point à tester |
| pen | const SharedPtr<Pen>& | Le Pen à tester |
Voir aussi
- Class PointF
- Typedef SharedPtr
- Class Pen
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++