Bitmap for WPF
StrokeContainsPoint(Point2F,Single) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > Geometry クラス > StrokeContainsPoint メソッド : StrokeContainsPoint(Point2F,Single) メソッド
The point to test for containment.
The thickness of the stroke to apply.
Determines whether the geometry's stroke contains the specified point given the specified stroke thickness, style, and transform.
シンタックス
'宣言
 
Public Overloads Function StrokeContainsPoint( _
   ByVal point As Point2F, _
   ByVal strokeWidth As System.Single _
) As System.Boolean
public System.bool StrokeContainsPoint( 
   Point2F point,
   System.float strokeWidth
)

パラメータ

point
The point to test for containment.
strokeWidth
The thickness of the stroke to apply.

戻り値の型

When this method returns, contains a boolean value set to true if the geometry's stroke contains the specified point; otherwise, false. You must allocate storage for this parameter.
参照

Geometry クラス
Geometry メンバ
オーバーロード一覧