IsVisible()

GraphicsPath::IsVisible(const PointF&) method

Determines if the specified point is contained within the path represented by the current object.

bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(const PointF &point)

Arguments

ParameterTypeDescription
pointconst PointF&The point to check

GraphicsPath::IsVisible(float, float) method

Determines if the specified point is contained within the path represented by the current object.

bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(float x, float y)

Arguments

ParameterTypeDescription
xfloatThe X coordiate of the point to check
yfloatThe Y coordiate of the point to check

See Also