GraphicsPath.IsVisible

IsVisible(float, float)

Geeft aan of het gespecificeerde punt hierin is opgenomenGraphicsPath .

public bool IsVisible(float x, float y)
ParameterTypeBeschrijving
xSingleDe x-coördinaat van het te testen punt.
ySingleDe y-coördinaat van het te testen punt.

Winstwaarde

Deze methode retourneert true als het gespecificeerde punt hierin is opgenomenGraphicsPath ; anders, false.

Zie ook


IsVisible(PointF)

Geeft aan of het gespecificeerde punt hierin is opgenomenGraphicsPath .

public bool IsVisible(PointF point)
ParameterTypeBeschrijving
pointPointFAPointF dat vertegenwoordigt het te testen punt.

Winstwaarde

Deze methode retourneert true als het gespecificeerde punt hierin is opgenomenGraphicsPath ; anders, false.

Zie ook


IsVisible(int, int)

Geeft aan of het gespecificeerde punt hierin is opgenomenGraphicsPath .

public bool IsVisible(int x, int y)
ParameterTypeBeschrijving
xInt32De x-coördinaat van het te testen punt.
yInt32De y-coördinaat van het te testen punt.

Winstwaarde

Deze methode retourneert true als het gespecificeerde punt hierin is opgenomenGraphicsPath ; anders, false.

Zie ook


IsVisible(Point)

Geeft aan of het gespecificeerde punt hierin is opgenomenGraphicsPath .

public bool IsVisible(Point point)
ParameterTypeBeschrijving
pointPointAPoint dat vertegenwoordigt het te testen punt.

Winstwaarde

Deze methode retourneert true als het gespecificeerde punt hierin is opgenomenGraphicsPath ; anders, false.

Zie ook


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)
ParameterTypeBeschrijving
xSingleDe x-coördinaat van het te testen punt.
ySingleDe y-coördinaat van het te testen punt.
graphicsGraphicsDeGraphics waarvoor de zichtbaarheid moet worden getest.

Winstwaarde

Deze methode retourneert true als het gespecificeerde punt hierin is opgenomenGraphicsPath ; anders, false.

Zie ook


IsVisible(PointF, Graphics)

Geeft aan of het gespecificeerde punt hierin is opgenomenGraphicsPath .

public bool IsVisible(PointF pt, Graphics graphics)
ParameterTypeBeschrijving
ptPointFAPointF dat vertegenwoordigt het te testen punt.
graphicsGraphicsDeGraphics waarvoor de zichtbaarheid moet worden getest.

Winstwaarde

Deze methode retourneert true als het gespecificeerde punt hierin is opgenomen; anders, false.

Zie ook


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)
ParameterTypeBeschrijving
xInt32De x-coördinaat van het te testen punt.
yInt32De y-coördinaat van het te testen punt.
graphicsGraphicsDeGraphics waarvoor de zichtbaarheid moet worden getest.

Winstwaarde

Deze methode retourneert true als het gespecificeerde punt hierin is opgenomenGraphicsPath ; anders, false.

Zie ook


IsVisible(Point, Graphics)

Geeft aan of het gespecificeerde punt hierin is opgenomenGraphicsPath .

public bool IsVisible(Point pt, Graphics graphics)
ParameterTypeBeschrijving
ptPointAPoint dat vertegenwoordigt het te testen punt.
graphicsGraphicsDeGraphics waarvoor de zichtbaarheid moet worden getest.

Winstwaarde

Deze methode retourneert true als het gespecificeerde punt hierin is opgenomenGraphicsPath ; anders, false.

Zie ook