ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / RenderTarget Class / FillGeometry Method / FillGeometry(Geometry,Brush) Method
The geometry to paint.
The brush used to paint the geometry's interior.

In This Topic
    FillGeometry(Geometry,Brush) Method
    In This Topic
    Paints the interior of the specified geometry.
    Syntax
    'Declaration
     
    Public Overloads Sub FillGeometry( _
       ByVal geometry As Geometry, _
       ByVal brush As Brush _
    ) 
    public void FillGeometry( 
       Geometry geometry,
       Brush brush
    )

    Parameters

    geometry
    The geometry to paint.
    brush
    The brush used to paint the geometry's interior.
    See Also