GraphicsPath.IsVisible
IsVisible(float, float)
Geeft aan of het gespecificeerde punt hierin is opgenomenGraphicsPath
.
public bool IsVisible(float x, float y)
Parameter | Type | Beschrijving |
---|---|---|
x | Single | De x-coördinaat van het te testen punt. |
y | Single | De y-coördinaat van het te testen punt. |
Winstwaarde
Deze methode retourneert true als het gespecificeerde punt hierin is opgenomenGraphicsPath
; anders, false.
Zie ook
- class GraphicsPath
- naamruimte Aspose.PSD
- montage Aspose.PSD
IsVisible(PointF)
Geeft aan of het gespecificeerde punt hierin is opgenomenGraphicsPath
.
public bool IsVisible(PointF point)
Parameter | Type | Beschrijving |
---|---|---|
point | PointF | APointF dat vertegenwoordigt het te testen punt. |
Winstwaarde
Deze methode retourneert true als het gespecificeerde punt hierin is opgenomenGraphicsPath
; anders, false.
Zie ook
- struct PointF
- class GraphicsPath
- naamruimte Aspose.PSD
- montage Aspose.PSD
IsVisible(int, int)
Geeft aan of het gespecificeerde punt hierin is opgenomenGraphicsPath
.
public bool IsVisible(int x, int y)
Parameter | Type | Beschrijving |
---|---|---|
x | Int32 | De x-coördinaat van het te testen punt. |
y | Int32 | De y-coördinaat van het te testen punt. |
Winstwaarde
Deze methode retourneert true als het gespecificeerde punt hierin is opgenomenGraphicsPath
; anders, false.
Zie ook
- class GraphicsPath
- naamruimte Aspose.PSD
- montage Aspose.PSD
IsVisible(Point)
Geeft aan of het gespecificeerde punt hierin is opgenomenGraphicsPath
.
public bool IsVisible(Point point)
Parameter | Type | Beschrijving |
---|---|---|
point | Point | APoint dat vertegenwoordigt het te testen punt. |
Winstwaarde
Deze methode retourneert true als het gespecificeerde punt hierin is opgenomenGraphicsPath
; anders, false.
Zie ook
- struct Point
- class GraphicsPath
- naamruimte Aspose.PSD
- montage Aspose.PSD
IsVisible(float, float, Graphics)
Geeft aan of het gespecificeerde punt hierin is opgenomenGraphicsPath
in het zichtbare clipgebied van het opgegevenGraphics
.
public bool IsVisible(float x, float y, Graphics graphics)
Parameter | Type | Beschrijving |
---|---|---|
x | Single | De x-coördinaat van het te testen punt. |
y | Single | De y-coördinaat van het te testen punt. |
graphics | Graphics | DeGraphics waarvoor de zichtbaarheid moet worden getest. |
Winstwaarde
Deze methode retourneert true als het gespecificeerde punt hierin is opgenomenGraphicsPath
; anders, false.
Zie ook
- class Graphics
- class GraphicsPath
- naamruimte Aspose.PSD
- montage Aspose.PSD
IsVisible(PointF, Graphics)
Geeft aan of het gespecificeerde punt hierin is opgenomenGraphicsPath
.
public bool IsVisible(PointF pt, Graphics graphics)
Parameter | Type | Beschrijving |
---|---|---|
pt | PointF | APointF dat vertegenwoordigt het te testen punt. |
graphics | Graphics | DeGraphics waarvoor de zichtbaarheid moet worden getest. |
Winstwaarde
Deze methode retourneert true als het gespecificeerde punt hierin is opgenomen; anders, false.
Zie ook
- struct PointF
- class Graphics
- class GraphicsPath
- naamruimte Aspose.PSD
- montage Aspose.PSD
IsVisible(int, int, Graphics)
Geeft aan of het gespecificeerde punt hierin is opgenomenGraphicsPath
, met behulp van de opgegevenGraphics
.
public bool IsVisible(int x, int y, Graphics graphics)
Parameter | Type | Beschrijving |
---|---|---|
x | Int32 | De x-coördinaat van het te testen punt. |
y | Int32 | De y-coördinaat van het te testen punt. |
graphics | Graphics | DeGraphics waarvoor de zichtbaarheid moet worden getest. |
Winstwaarde
Deze methode retourneert true als het gespecificeerde punt hierin is opgenomenGraphicsPath
; anders, false.
Zie ook
- class Graphics
- class GraphicsPath
- naamruimte Aspose.PSD
- montage Aspose.PSD
IsVisible(Point, Graphics)
Geeft aan of het gespecificeerde punt hierin is opgenomenGraphicsPath
.
public bool IsVisible(Point pt, Graphics graphics)
Parameter | Type | Beschrijving |
---|---|---|
pt | Point | APoint dat vertegenwoordigt het te testen punt. |
graphics | Graphics | DeGraphics waarvoor de zichtbaarheid moet worden getest. |
Winstwaarde
Deze methode retourneert true als het gespecificeerde punt hierin is opgenomenGraphicsPath
; anders, false.
Zie ook
- struct Point
- class Graphics
- class GraphicsPath
- naamruimte Aspose.PSD
- montage Aspose.PSD