Skip to main content
All docs
V24.1

DXGraphicsPath.IsVisible(Single, Single) 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(
    float x,
    float y
)

Parameters

Name Type Description
x Single

The x-coordinate of the point to test.

y Single

The y-coordinate of the point to test.

Returns

Type Description
Boolean

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

See Also