System::Drawing::Graphics::IsVisible Methode

Graphics::IsVisible(float, float) method

NICHT IMPLEMENTIERT.

bool System::Drawing::Graphics::IsVisible(float x, float y)

Siehe auch

Graphics::IsVisible(float, float, float, float) method

NICHT IMPLEMENTIERT.

bool System::Drawing::Graphics::IsVisible(float x, float y, float width, float height)

Siehe auch

Graphics::IsVisible(int32_t, int32_t) method

NICHT IMPLEMENTIERT.

bool System::Drawing::Graphics::IsVisible(int32_t x, int32_t y)

Siehe auch

Graphics::IsVisible(int32_t, int32_t, int32_t, int32_t) method

NICHT IMPLEMENTIERT.

bool System::Drawing::Graphics::IsVisible(int32_t x, int32_t y, int32_t width, int32_t height)

Siehe auch

Graphics::IsVisible(Point) method

Bestimmt, ob der angegebene Punkt innerhalb des sichtbaren Clip‑Bereichs des aktuellen Graphics-Objekts enthalten ist.

bool System::Drawing::Graphics::IsVisible(Point point)
ParameterTypBeschreibung
PunktPointDer zu prüfende Punkt

ReturnValue

Wahr, wenn point innerhalb des sichtbaren Clip‑Bereichs des aktuellen Graphics-Objekts enthalten ist, sonst - falsch

Siehe auch

Graphics::IsVisible(PointF) method

NICHT IMPLEMENTIERT.

bool System::Drawing::Graphics::IsVisible(PointF point)

Siehe auch

Graphics::IsVisible(Rectangle) method

NICHT IMPLEMENTIERT.

bool System::Drawing::Graphics::IsVisible(Rectangle rect)

Siehe auch

Graphics::IsVisible(RectangleF) method

NICHT IMPLEMENTIERT.

bool System::Drawing::Graphics::IsVisible(RectangleF rect)

Siehe auch