Skip to main content
All docs
V23.2

DXRegion.IsVisible(PointF) Method

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.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