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

如果 point 位于当前 Graphics 对象的可见剪裁区域内则为 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)

另见