System::Drawing::Graphics::IsVisible método

Graphics::IsVisible(float, float) method

NO IMPLEMENTADO.

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

Ver también

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

NO IMPLEMENTADO.

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

Ver también

Graphics::IsVisible(int32_t, int32_t) method

NO IMPLEMENTADO.

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

Ver también

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

NO IMPLEMENTADO.

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

Ver también

Graphics::IsVisible(Point) method

Determina si el punto especificado está contenido dentro de la región de recorte visible del objeto Graphics actual.

bool System::Drawing::Graphics::IsVisible(Point point)
ParámetroTipoDescripción
puntoPuntoEl punto a comprobar

ReturnValue

Verdadero si point está contenido dentro de la región de recorte visible del objeto Graphics actual, de lo contrario - falso

Ver también

Graphics::IsVisible(PointF) method

NO IMPLEMENTADO.

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

Ver también

Graphics::IsVisible(Rectangle) method

NO IMPLEMENTADO.

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

Ver también

Graphics::IsVisible(RectangleF) method

NO IMPLEMENTADO.

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

Ver también