GraphicsPath.IsVisible

GraphicsPath.IsVisible method

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 retourneertWAAR als het gespecificeerde punt hierin is opgenomenGraphicsPath ; anders,vals .

Zie ook