GraphicsPath.IsOutlineVisible メソッド (Int32, Int32, Pen)
指定した Pen オブジェクトで描画された場合に、指定した点が GraphicsPath オブジェクトのアウトラインの中に含まれているかどうかを示します。
Overloads Public Function IsOutlineVisible( _
ByVal x As Integer, _ ByVal y As Integer, _ ByVal pen As Pen _) As Boolean
[C#]
public bool IsOutlineVisible(intx,inty,Penpen);
[C++]
public: bool IsOutlineVisible(intx,inty,Pen* pen);
[JScript]
public function IsOutlineVisible(
x : int,y : int,pen : Pen) : Boolean;
パラメータ
- x
テストする点の x 座標。 - y
テストする点の y 座標。 - pen
テスト対象の Pen オブジェクト。
戻り値
このメソッドは、指定した Pen オブジェクトで描画した場合、指定した点が GraphicsPath オブジェクトのアウトラインの中に含まれる場合は true を返します。それ以外の場合は false を返します。
解説
このメソッドは、指定したパスのアウトラインが描画され、指定した点の位置で表示されているかどうかをテストします。
使用例
例については、 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 オーバーロードの一覧