次の方法で共有


GraphicsPath.IsOutlineVisible メソッド

指定した Pen オブジェクトで描画された場合に、指定した点が GraphicsPath オブジェクトのアウトラインの中に含まれているかどうかを示します。

オーバーロードの一覧

指定した Pen オブジェクトで描画された場合に、指定した点が GraphicsPath オブジェクトのアウトラインの中に含まれているかどうかを示します。

[Visual Basic] Overloads Public Function IsOutlineVisible(Point, Pen) As Boolean

[C#] public bool IsOutlineVisible(Point, Pen);

[C++] public: bool IsOutlineVisible(Point, Pen*);

[JScript] public function IsOutlineVisible(Point, Pen) : Boolean;

指定した Pen オブジェクトで描画された場合に、指定した点が GraphicsPath オブジェクトのアウトラインの中に含まれているかどうかを示します。

[Visual Basic] Overloads Public Function IsOutlineVisible(PointF, Pen) As Boolean

[C#] public bool IsOutlineVisible(PointF, Pen);

[C++] public: bool IsOutlineVisible(PointF, Pen*);

[JScript] public function IsOutlineVisible(PointF, Pen) : Boolean;

指定した Pen オブジェクトで描画された場合に、指定した点が GraphicsPath オブジェクトのアウトラインの中に含まれているかどうかを示します。

[Visual Basic] Overloads Public Function IsOutlineVisible(Integer, Integer, Pen) As Boolean

[C#] public bool IsOutlineVisible(int, int, Pen);

[C++] public: bool IsOutlineVisible(int, int, Pen*);

[JScript] public function IsOutlineVisible(int, int, Pen) : Boolean;

指定した Pen オブジェクトで描画され、指定した Graphics オブジェクトを使用している場合に、指定した点が GraphicsPath オブジェクトのアウトラインの中に含まれているかどうかを示します。

[Visual Basic] Overloads Public Function IsOutlineVisible(Point, Pen, Graphics) As Boolean

[C#] public bool IsOutlineVisible(Point, Pen, Graphics);

[C++] public: bool IsOutlineVisible(Point, Pen*, Graphics*);

[JScript] public function IsOutlineVisible(Point, Pen, Graphics) : Boolean;

指定した Pen オブジェクトで描画され、指定した Graphics オブジェクトを使用している場合に、指定した点が GraphicsPath オブジェクトのアウトラインの中に含まれているかどうかを示します。

[Visual Basic] Overloads Public Function IsOutlineVisible(PointF, Pen, Graphics) As Boolean

[C#] public bool IsOutlineVisible(PointF, Pen, Graphics);

[C++] public: bool IsOutlineVisible(PointF, Pen*, Graphics*);

[JScript] public function IsOutlineVisible(PointF, Pen, Graphics) : Boolean;

指定した Pen オブジェクトで描画された場合に、指定した点が GraphicsPath オブジェクトのアウトラインの中に含まれているかどうかを示します。

[Visual Basic] Overloads Public Function IsOutlineVisible(Single, Single, Pen) As Boolean

[C#] public bool IsOutlineVisible(float, float, Pen);

[C++] public: bool IsOutlineVisible(float, float, Pen*);

[JScript] public function IsOutlineVisible(float, float, Pen) : Boolean;

指定した Pen オブジェクトで描画され、指定した Graphics オブジェクトを使用している場合に、指定した点が GraphicsPath オブジェクトのアウトラインの中に含まれているかどうかを示します。

[Visual Basic] Overloads Public Function IsOutlineVisible(Integer, Integer, Pen, Graphics) As Boolean

[C#] public bool IsOutlineVisible(int, int, Pen, Graphics);

[C++] public: bool IsOutlineVisible(int, int, Pen*, Graphics*);

[JScript] public function IsOutlineVisible(int, int, Pen, Graphics) : Boolean;

指定した Pen オブジェクトで描画され、指定した Graphics オブジェクトを使用している場合に、指定した点が GraphicsPath オブジェクトのアウトラインの中に含まれているかどうかを示します。

[Visual Basic] Overloads Public Function IsOutlineVisible(Single, Single, Pen, Graphics) As Boolean

[C#] public bool IsOutlineVisible(float, float, Pen, Graphics);

[C++] public: bool IsOutlineVisible(float, float, Pen*, Graphics*);

[JScript] public function IsOutlineVisible(float, float, Pen, Graphics) : Boolean;

使用例

例については、 GraphicsPath.IsOutlineVisible Method (Int32, Int32, Pen, Graphics) のトピックを参照してください。

参照

GraphicsPath クラス | GraphicsPath メンバ | System.Drawing.Drawing2D 名前空間