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