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)

参照