System::Drawing::Graphics::IsVisible metod

Graphics::IsVisible(float, float) method

INTE IMPLEMENTERAT.

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

Se även

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

INTE IMPLEMENTERAT.

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

Se även

Graphics::IsVisible(int32_t, int32_t) method

INTE IMPLEMENTERAT.

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

Se även

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

INTE IMPLEMENTERAT.

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

Se även

Graphics::IsVisible(Point) method

Bestämmer om den angivna punkten finns inom det synliga klippningsområdet för det aktuella Graphics-objektet.

bool System::Drawing::Graphics::IsVisible(Point point)
ParameterTypeBeskrivning
punktPunktPunkten att kontrollera

ReturnValue

Sant om point finns inom det synliga klippningsområdet för det aktuella Graphics-objektet, annars - falskt

Se även

Graphics::IsVisible(PointF) method

INTE IMPLEMENTERAT.

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

Se även

Graphics::IsVisible(Rectangle) method

INTE IMPLEMENTERAT.

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

Se även

Graphics::IsVisible(RectangleF) method

INTE IMPLEMENTERAT.

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

Se även