ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Geometry Class / FillContainsPoint Method / FillContainsPoint(Point2L,Single) Method
The point to test.
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.

In This Topic
    FillContainsPoint(Point2L,Single) Method
    In This Topic
    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, _
       ByVal flatteningTolerance As System.Single _
    ) As System.Boolean
    public System.bool FillContainsPoint( 
       Point2L point,
       System.float flatteningTolerance
    )

    Parameters

    point
    The point to test.
    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.

    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