System::Drawing::Drawing2D::GraphicsPath::IsVisible méthode

GraphicsPath::IsVisible(const PointF&) method

Détermine si le point spécifié est contenu dans le chemin représenté par l’objet actuel.

bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(const PointF &point)
ParamètreTypeDescription
pointconst PointF&Le point à vérifier

Voir aussi

GraphicsPath::IsVisible(float, float) method

Détermine si le point spécifié est contenu dans le chemin représenté par l’objet actuel.

bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(float x, float y)
ParamètreTypeDescription
xfloatLa coordonnée X du point à vérifier
yfloatLa coordonnée Y du point à vérifier

Voir aussi