Skip to main content
All docs
V25.1
  • DXRegion.IsVisible(PointF) Method

    Gets or sets whether the current region contains the specified point.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public bool IsVisible(
        PointF point
    )

    Parameters

    Name Type Description
    point PointF

    A point to check.

    Returns

    Type Description
    Boolean

    true if the region contains the point; otherwise, false.

    See Also