GraphicsPath.IsOutlineVisible
IsOutlineVisible(float, float, Pen)
Indicates whether the specified point is contained within (under) the outline of this GraphicsPath
when drawn with the specified Pen
.
public bool IsOutlineVisible(float x, float y, Pen pen)
Parameter | Type | Description |
---|---|---|
x | Single | The x-coordinate of the point to test. |
y | Single | The y-coordinate of the point to test. |
pen | Pen | The Pen to test. |
Return Value
This method returns true if the specified point is contained within the outline of this GraphicsPath
when drawn with the specified Pen
; otherwise, false.
See Also
- class Pen
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsOutlineVisible(PointF, Pen)
Indicates whether the specified point is contained within (under) the outline of this GraphicsPath
when drawn with the specified Pen
.
public bool IsOutlineVisible(PointF point, Pen pen)
Parameter | Type | Description |
---|---|---|
point | PointF | A PointF that specifies the location to test. |
pen | Pen | The Pen to test. |
Return Value
This method returns true if the specified point is contained within the outline of this GraphicsPath
when drawn with the specified Pen
; otherwise, false.
See Also
- struct PointF
- class Pen
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsOutlineVisible(float, float, Pen, Graphics)
Indicates whether the specified point is contained within (under) the outline of this GraphicsPath
when drawn with the specified Pen
and using the specified Graphics
.
public bool IsOutlineVisible(float x, float y, Pen pen, Graphics graphics)
Parameter | Type | Description |
---|---|---|
x | Single | The x-coordinate of the point to test. |
y | Single | The y-coordinate of the point to test. |
pen | Pen | The Pen to test. |
graphics | Graphics | The Graphics for which to test visibility. |
Return Value
This method returns true if the specified point is contained within (under) the outline of this GraphicsPath
as drawn with the specified Pen
; otherwise, false.
See Also
- class Pen
- class Graphics
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsOutlineVisible(PointF, Pen, Graphics)
Indicates whether the specified point is contained within (under) the outline of this GraphicsPath
when drawn with the specified Pen
and using the specified Graphics
.
public bool IsOutlineVisible(PointF pt, Pen pen, Graphics graphics)
Parameter | Type | Description |
---|---|---|
pt | PointF | A PointF that specifies the location to test. |
pen | Pen | The Pen to test. |
graphics | Graphics | The Graphics for which to test visibility. |
Return Value
This method returns true if the specified point is contained within (under) the outline of this GraphicsPath
as drawn with the specified Pen
; otherwise, false.
See Also
- struct PointF
- class Pen
- class Graphics
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsOutlineVisible(int, int, Pen)
Indicates whether the specified point is contained within (under) the outline of this GraphicsPath
when drawn with the specified Pen
.
public bool IsOutlineVisible(int x, int y, Pen pen)
Parameter | Type | Description |
---|---|---|
x | Int32 | The x-coordinate of the point to test. |
y | Int32 | The y-coordinate of the point to test. |
pen | Pen | The Pen to test. |
Return Value
This method returns true if the specified point is contained within the outline of this GraphicsPath
when drawn with the specified Pen
; otherwise, false.
See Also
- class Pen
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsOutlineVisible(Point, Pen)
Indicates whether the specified point is contained within (under) the outline of this GraphicsPath
when drawn with the specified Pen
.
public bool IsOutlineVisible(Point point, Pen pen)
Parameter | Type | Description |
---|---|---|
point | Point | A Point that specifies the location to test. |
pen | Pen | The Pen to test. |
Return Value
This method returns true if the specified point is contained within the outline of this GraphicsPath
when drawn with the specified Pen
; otherwise, false.
See Also
- struct Point
- class Pen
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsOutlineVisible(int, int, Pen, Graphics)
Indicates whether the specified point is contained within (under) the outline of this GraphicsPath
when drawn with the specified Pen
and using the specified Graphics
.
public bool IsOutlineVisible(int x, int y, Pen pen, Graphics graphics)
Parameter | Type | Description |
---|---|---|
x | Int32 | The x-coordinate of the point to test. |
y | Int32 | The y-coordinate of the point to test. |
pen | Pen | The Pen to test. |
graphics | Graphics | The Graphics for which to test visibility. |
Return Value
This method returns true if the specified point is contained within the outline of this GraphicsPath
as drawn with the specified Pen
; otherwise, false.
See Also
- class Pen
- class Graphics
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsOutlineVisible(Point, Pen, Graphics)
Indicates whether the specified point is contained within (under) the outline of this GraphicsPath
when drawn with the specified Pen
and using the specified Graphics
.
public bool IsOutlineVisible(Point pt, Pen pen, Graphics graphics)
Parameter | Type | Description |
---|---|---|
pt | Point | A Point that specifies the location to test. |
pen | Pen | The Pen to test. |
graphics | Graphics | The Graphics for which to test visibility. |
Return Value
This method returns true if the specified point is contained within the outline of this GraphicsPath
as drawn with the specified Pen
; otherwise, false.
See Also
- struct Point
- class Pen
- class Graphics
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging