Skip to main content
All docs
V24.1

DXGraphicsPath.IsVisible(PointF) Method

Indicates whether the DXGraphicsPath instance contains the specified point.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.1.dll

NuGet Package: DevExpress.Drawing

Declaration

public bool IsVisible(
    PointF hitPoint
)

Parameters

Name Type Description
hitPoint PointF

The point to test.

Returns

Type Description
Boolean

true if the DXGraphicsPath instance contains specified point; otherwise, false.

See Also