System::Drawing::Graphics::IsVisible methode

Graphics::IsVisible(float, float) method

NOG NIET GEÏMPLENTEERD.

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

Zie ook

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

NOG NIET GEÏMPLENTEERD.

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

Zie ook

Graphics::IsVisible(int32_t, int32_t) method

NOG NIET GEÏMPLENTEERD.

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

Zie ook

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

NOG NIET GEÏMPLENTEERD.

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

Zie ook

Graphics::IsVisible(Point) method

Bepaalt of het opgegeven punt zich binnen de zichtbare clipregio van het huidige Graphics object bevindt.

bool System::Drawing::Graphics::IsVisible(Point point)
ParameterTypeBeschrijving
puntPointHet punt om te controleren

ReturnValue

Waar als point zich binnen de zichtbare clipregio van het huidige Graphics object bevindt, anders - onwaar

Zie ook

Graphics::IsVisible(PointF) method

NOG NIET GEÏMPLENTEERD.

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

Zie ook

Graphics::IsVisible(Rectangle) method

NOG NIET GEÏMPLENTEERD.

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

Zie ook

Graphics::IsVisible(RectangleF) method

NOG NIET GEÏMPLENTEERD.

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

Zie ook