System::Drawing::Region::IsVisible-methode

Region::IsVisible(const Point&) const method

Bepaalt of het opgegeven punt zich bevindt binnen de regio die wordt weergegeven door het huidige object.

bool System::Drawing::Region::IsVisible(const Point &point) const
ParameterTypeBeschrijving
puntconst Point&Het punt om te controleren

Zie ook

Region::IsVisible(const Point&, const SharedPtr<Graphics>&) const method

Bepaalt of het opgegeven punt zich bevindt binnen de regio die wordt weergegeven door het huidige object met behulp van de opgegeven graphics.

bool System::Drawing::Region::IsVisible(const Point &point, const SharedPtr<Graphics> &graphics) const
ParameterTypeBeschrijving
puntconst Point&Het punt om te controleren
graphicsconst SharedPtr<Graphics>&De graphics-context

Zie ook

Region::IsVisible(const PointF&) const method

Bepaalt of het opgegeven punt zich bevindt binnen de regio die wordt weergegeven door het huidige object.

bool System::Drawing::Region::IsVisible(const PointF &point) const
ParameterTypeBeschrijving
puntconst PointF&Het punt om te controleren

Zie ook

Region::IsVisible(const PointF&, const SharedPtr<Graphics>&) const method

Bepaalt of het opgegeven punt zich bevindt binnen de regio die wordt weergegeven door het huidige object met behulp van de opgegeven graphics.

bool System::Drawing::Region::IsVisible(const PointF &point, const SharedPtr<Graphics> &graphics) const
ParameterTypeBeschrijving
puntconst PointF&Het punt om te controleren
graphicsconst SharedPtr<Graphics>&De graphics-context

Zie ook

Region::IsVisible(const Rectangle&) method

Bepaalt of een deel van de opgegeven rechthoek zich bevindt binnen de regio die wordt weergegeven door het huidige object.

bool System::Drawing::Region::IsVisible(const Rectangle &rect)
ParameterTypeBeschrijving
rectconst Rectangle&De te controleren rechthoek

Zie ook

Region::IsVisible(const Rectangle&, const SharedPtr<Graphics>&) method

Bepaalt of een deel van de opgegeven rechthoek zich bevindt binnen de regio die wordt weergegeven door het huidige object met behulp van de opgegeven graphics.

bool System::Drawing::Region::IsVisible(const Rectangle &rect, const SharedPtr<Graphics> &graphics)
ParameterTypeBeschrijving
rectconst Rectangle&De te controleren rechthoek
graphicsconst SharedPtr<Graphics>&De graphics-context

Zie ook

Region::IsVisible(const RectangleF&) method

Bepaalt of een deel van de opgegeven rechthoek zich bevindt binnen de regio die wordt weergegeven door het huidige object.

bool System::Drawing::Region::IsVisible(const RectangleF &rect)
ParameterTypeBeschrijving
rectconst RectangleF&De te controleren rechthoek

Zie ook

Region::IsVisible(const RectangleF&, const SharedPtr<Graphics>&) method

Bepaalt of een deel van de opgegeven rechthoek zich bevindt binnen de regio die wordt weergegeven door het huidige object met behulp van de opgegeven graphics.

bool System::Drawing::Region::IsVisible(const RectangleF &rect, const SharedPtr<Graphics> &graphics)
ParameterTypeBeschrijving
rectconst RectangleF&De te controleren rechthoek
graphicsconst SharedPtr<Graphics>&De graphics-context

Zie ook

Region::IsVisible(float, float) const method

Bepaalt of het opgegeven punt zich bevindt binnen de regio die wordt weergegeven door het huidige object.

bool System::Drawing::Region::IsVisible(float x, float y) const
ParameterTypeBeschrijving
xfloatDe X-coördinaat van het punt om te controleren
yfloatDe Y-coördinaat van het punt om te controleren

Zie ook

Region::IsVisible(float, float, const SharedPtr<Graphics>&) const method

Bepaalt of het opgegeven punt zich bevindt binnen de regio die wordt weergegeven door het huidige object met behulp van de opgegeven graphics.

bool System::Drawing::Region::IsVisible(float x, float y, const SharedPtr<Graphics> &graphics) const
ParameterTypeBeschrijving
xfloatDe X-coördinaat van het punt om te controleren
yfloatDe Y-coördinaat van het punt om te controleren
graphicsconst SharedPtr<Graphics>&De graphics-context

Zie ook