Bitmap for WPF
FillContainsPoint(Point2L) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > Geometry クラス > FillContainsPoint メソッド : FillContainsPoint(Point2L) メソッド
The point to test.
Indicates whether the area filled by the geometry would contain the specified point given the specified flattening tolerance.
シンタックス
'宣言
 
Public Overloads Function FillContainsPoint( _
   ByVal point As Point2L _
) As System.Boolean
public System.bool FillContainsPoint( 
   Point2L point
)

パラメータ

point
The point to test.

戻り値の型

When this method returns, contains a bool value that is true if the area filled by the geometry contains point; otherwise, false.You must allocate storage for this parameter.
参照

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