System::Drawing::Graphics::IsVisible metodo

Graphics::IsVisible(float, float) method

NON IMPLEMENTATO.

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

Vedi anche

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

NON IMPLEMENTATO.

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

Vedi anche

Graphics::IsVisible(int32_t, int32_t) method

NON IMPLEMENTATO.

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

Vedi anche

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

NON IMPLEMENTATO.

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

Vedi anche

Graphics::IsVisible(Point) method

Determina se il punto specificato è contenuto nella regione di ritaglio visibile dell’oggetto Graphics corrente.

bool System::Drawing::Graphics::IsVisible(Point point)
ParametroTipoDescrizione
puntoPuntoIl punto da verificare

ReturnValue

Vero se point è contenuto nella regione di ritaglio visibile dell’oggetto Graphics corrente, altrimenti - falso

Vedi anche

Graphics::IsVisible(PointF) method

NON IMPLEMENTATO.

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

Vedi anche

Graphics::IsVisible(Rectangle) method

NON IMPLEMENTATO.

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

Vedi anche

Graphics::IsVisible(RectangleF) method

NON IMPLEMENTATO.

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

Vedi anche