ComponentOne Bitmap for UWP
SetFillMode Method (SimplifiedGeometrySink)

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > SimplifiedGeometrySink Interface : SetFillMode Method
The method used to determine whether a given point is part of the geometry.
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

Reference

SimplifiedGeometrySink Interface
SimplifiedGeometrySink Members