System::Drawing::Drawing2D::GraphicsPath::IsVisible method

GraphicsPath::IsVisible(const PointF&) method

Bepaalt of het opgegeven punt zich bevindt binnen het pad dat wordt weergegeven door het huidige object.

bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(const PointF &point)
ParameterTypeBeschrijving
puntconst PointF&Het punt om te controleren

Zie ook

GraphicsPath::IsVisible(float, float) method

Bepaalt of het opgegeven punt zich bevindt binnen het pad dat wordt weergegeven door het huidige object.

bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(float x, float y)
ParameterTypeBeschrijving
xfloatDe X-coördinaat van het te controleren punt
yfloatDe Y-coördinaat van het te controleren punt

Zie ook