ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / CommandSinkNative Class / DrawGeometry Method

In This Topic
    DrawGeometry Method (CommandSinkNative)
    In This Topic
    HRESULT ID2D1CommandSink::DrawGeometry([In] ID2D1Geometry* geometry,[In] ID2D1Brush* brush,[In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle)
    Syntax
    'Declaration
     
    Public Sub DrawGeometry( _
       ByVal geometry As Geometry, _
       ByVal brush As Brush, _
       ByVal strokeWidth As System.Single, _
       ByVal strokeStyle As StrokeStyle _
    ) 
    public void DrawGeometry( 
       Geometry geometry,
       Brush brush,
       System.float strokeWidth,
       StrokeStyle strokeStyle
    )

    Parameters

    geometry
    brush
    strokeWidth
    strokeStyle
    See Also