IsVisible()

Graphics::IsVisible(Point) method

Determines whether the specified point is contained within the visible clip region of the current Graphics object.

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

Arguments

ParameterTypeDescription
pointPointThe point to check

Return Value

True if point is contained within the visible clip region of the current Graphics object, otherwise - false

Graphics::IsVisible(PointF) method

NOT IMPLEMENTED.

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

Graphics::IsVisible(Rectangle) method

NOT IMPLEMENTED.

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

Graphics::IsVisible(RectangleF) method

NOT IMPLEMENTED.

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

Graphics::IsVisible(int32_t, int32_t) method

NOT IMPLEMENTED.

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

Graphics::IsVisible(float, float) method

NOT IMPLEMENTED.

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

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

NOT IMPLEMENTED.

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

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

NOT IMPLEMENTED.

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

See Also