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++