ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / SimplifiedGeometrySink Interface / SetFillMode Method
The method used to determine whether a given point is part of the geometry.

In This Topic
    SetFillMode Method (SimplifiedGeometrySink)
    In This Topic
    Specifies the method used to determine which points are inside the geometry described by this geometry sink and which points are outside.
    Syntax
    'Declaration
     
    Sub SetFillMode( _
       ByVal fillMode As FillMode _
    ) 
    void SetFillMode( 
       FillMode fillMode
    )

    Parameters

    fillMode
    The method used to determine whether a given point is part of the geometry.
    See Also