DXGraphicsPath.IsVisible(Single, Single) 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 |
---|---|---|
x | Single | The x-coordinate of the point to test. |
y | Single | The y-coordinate of the point to test. |
Returns
Type | Description |
---|---|
Boolean |
|
See Also