DXRegion.IsVisible(PointF) Method
Gets or sets whether the current region contains the specified point.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
Name | Type | Description |
---|---|---|
point | PointF | A point to check. |
Returns
Type | Description |
---|---|
Boolean |
|
See Also