System::Drawing::Drawing2D::GraphicsPath::IsVisible method
GraphicsPath::IsVisible(const PointF&) method
指定された点が現在のオブジェクトが表すパス内に含まれるかどうかを判断します。
bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(const PointF &point)
| パラメーター | 型 | 説明 |
|---|---|---|
| ポイント | const PointF& | チェックする点 |
参照
- Class PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::IsVisible(float, float) method
指定された点が現在のオブジェクトが表すパス内に含まれるかどうかを判断します。
bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(float x, float y)
| パラメーター | 型 | 説明 |
|---|---|---|
| x | 単精度浮動小数点数 | チェックするポイントの X 座標 |
| y | 単精度浮動小数点数 | チェックするポイントの Y 座標 |
参照
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++