System::Drawing::Graphics::IsVisible 메서드
내용물
[
숨다
]Graphics::IsVisible(float, float) method
구현되지 않음.
bool System::Drawing::Graphics::IsVisible(float x, float y)
또 보기
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::IsVisible(float, float, float, float) method
구현되지 않음.
bool System::Drawing::Graphics::IsVisible(float x, float y, float width, float height)
또 보기
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::IsVisible(int32_t, int32_t) method
구현되지 않음.
bool System::Drawing::Graphics::IsVisible(int32_t x, int32_t y)
또 보기
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
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)
또 보기
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::IsVisible(Point) method
현재 Graphics 객체의 보이는 클립 영역에 지정된 점이 포함되는지 여부를 결정합니다.
bool System::Drawing::Graphics::IsVisible(Point point)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 점 | Point | 확인할 점 |
ReturnValue
현재 Graphics 객체의 보이는 클립 영역에 point가 포함되면 true, 그렇지 않으면 false
또 보기
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::IsVisible(PointF) method
구현되지 않음.
bool System::Drawing::Graphics::IsVisible(PointF point)
또 보기
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::IsVisible(Rectangle) method
구현되지 않음.
bool System::Drawing::Graphics::IsVisible(Rectangle rect)
또 보기
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::IsVisible(RectangleF) method
구현되지 않음.
bool System::Drawing::Graphics::IsVisible(RectangleF rect)
또 보기
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++