GraphicsPath.IsOutlineVisible メソッド (Single, Single, Pen, Graphics)
指定した Pen オブジェクトで描画され、指定した Graphics オブジェクトを使用している場合に、指定した点が GraphicsPath オブジェクトのアウトラインの中に含まれているかどうかを示します。
Overloads Public Function IsOutlineVisible( _
ByVal x As Single, _ ByVal y As Single, _ ByVal pen As Pen, _ ByVal graphics As Graphics _) As Boolean
[C#]
public bool IsOutlineVisible(floatx,floaty,Penpen,Graphicsgraphics);
[C++]
public: bool IsOutlineVisible(floatx,floaty,Pen* pen,Graphics* graphics);
[JScript]
public function IsOutlineVisible(
x : float,y : float,pen : Pen,graphics : Graphics) : Boolean;
パラメータ
戻り値
このメソッドは、指定した Pen オブジェクトで描画したときに、指定した点がこの GraphicsPath オブジェクトのアウトラインの中に (下に) に含まれる場合は true を返します。それ以外の場合は false を返します。
解説
このメソッドは、指定したパスのアウトラインが描画され、指定した点の位置で表示されているかどうかをテストします。テスト対象の点の座標は、ワールド座標で指定します。 graphics パラメータの変換行列は、参照可能範囲をテストする前に一時的に適用されます。
使用例
例については、 GraphicsPath.IsOutlineVisible Method (Int32, Int32, Pen, Graphics) のトピックを参照してください。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
GraphicsPath クラス | GraphicsPath メンバ | System.Drawing.Drawing2D 名前空間 | GraphicsPath.IsOutlineVisible オーバーロードの一覧