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

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

    Parameters

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