ICanvas.IsPointInStroke
Contents
[
Hide
]IsPointInStroke(float, float)
Determines whether the specified point is inside the current stroked path.
public bool IsPointInStroke(float x, float y)
Parameter | Type | Description |
---|---|---|
x | Single | The x-coordinate of the point to test. |
y | Single | The y-coordinate of the point to test. |
Return Value
true
if the point is inside the stroked path; otherwise, false
.
See Also
- interface ICanvas
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG
IsPointInStroke(IPath, float, float)
Determines whether the specified point is inside the specified stroked path.
public bool IsPointInStroke(IPath path, float x, float y)
Parameter | Type | Description |
---|---|---|
path | IPath | The path to test. See IPath . |
x | Single | The x-coordinate of the point to test. |
y | Single | The y-coordinate of the point to test. |
Return Value
true
if the point is inside the stroked path; otherwise, false
.
See Also
- interface IPath
- interface ICanvas
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG