Bitmap for UWP
FillContainsPoint(Point2L,Matrix3x2,Single) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct2D 名前空間 > Geometry クラス > FillContainsPoint メソッド : FillContainsPoint(Point2L,Matrix3x2,Single) メソッド
The point to test.
The transform to apply to the geometry prior to testing for containment, or NULL.
The numeric accuracy with which the precise geometric path and path intersection is calculated. Points missing the fill by less than the tolerance are still considered inside. Smaller values produce more accurate results but cause slower execution.
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, _
   ByVal worldTransform As Matrix3x2, _
   ByVal flatteningTolerance As System.Single _
) As System.Boolean
public System.bool FillContainsPoint( 
   Point2L point,
   Matrix3x2 worldTransform,
   System.float flatteningTolerance
)

パラメータ

point
The point to test.
worldTransform
The transform to apply to the geometry prior to testing for containment, or NULL.
flatteningTolerance
The numeric accuracy with which the precise geometric path and path intersection is calculated. Points missing the fill by less than the tolerance are still considered inside. Smaller values produce more accurate results but cause slower execution.

戻り値の型

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 メンバ
オーバーロード一覧