System::Drawing::Graphics::IsVisible 메서드

Graphics::IsVisible(float, float) method

구현되지 않음.

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

또 보기

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

구현되지 않음.

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

또 보기

Graphics::IsVisible(int32_t, int32_t) method

구현되지 않음.

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

또 보기

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

구현되지 않음.

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

또 보기

Graphics::IsVisible(Point) method

현재 Graphics 객체의 보이는 클립 영역에 지정된 점이 포함되는지 여부를 결정합니다.

bool System::Drawing::Graphics::IsVisible(Point point)
매개변수형식설명
Point확인할 점

ReturnValue

현재 Graphics 객체의 보이는 클립 영역에 point가 포함되면 true, 그렇지 않으면 false

또 보기

Graphics::IsVisible(PointF) method

구현되지 않음.

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

또 보기

Graphics::IsVisible(Rectangle) method

구현되지 않음.

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

또 보기

Graphics::IsVisible(RectangleF) method

구현되지 않음.

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

또 보기