ComponentOne Bitmap for UWP
FillContainsPoint(Point2L) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > Geometry Class > FillContainsPoint Method : FillContainsPoint(Point2L) Method
The point to test.
Indicates whether the area filled by the geometry would contain the specified point given the specified flattening tolerance.
Syntax
'Declaration
 
Public Overloads Function FillContainsPoint( _
   ByVal point As Point2L _
) As System.Boolean
public System.bool FillContainsPoint( 
   Point2L point
)

Parameters

point
The point to test.

Return Value

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.
See Also

Reference

Geometry Class
Geometry Members
Overload List