GraphicsPath.IsVisible
Contents
[
Hide
]IsVisible(float, float)
Indicates whether the specified point is contained within this GraphicsPath.
public bool IsVisible(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
This method returns true if the specified point is contained within this GraphicsPath; otherwise, false.
See Also
- class GraphicsPath
- namespace Aspose.Page.Drawing.Drawing2D
- assembly Aspose.Page
IsVisible(PointF)
Indicates whether the specified point is contained within this GraphicsPath.
public bool IsVisible(PointF point)
| Parameter | Type | Description |
|---|---|---|
| point | PointF | A PointF that represents the point to test. |
Return Value
This method returns true if the specified point is contained within this GraphicsPath; otherwise, false.
See Also
- struct PointF
- class GraphicsPath
- namespace Aspose.Page.Drawing.Drawing2D
- assembly Aspose.Page