DXGraphicsPath.IsVisible(PointF) Method
Indicates whether the DXGraphicsPath instance contains the specified point.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| hitPoint | PointF | The point to test. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also