ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / RenderTarget Class / EndDraw Method / EndDraw(Int64,Int64) Method

In This Topic
    EndDraw(Int64,Int64) Method
    In This Topic
    HRESULT ID2D1RenderTarget::EndDraw([Out, Optional] unsigned longlong* tag1,[Out, Optional] unsigned longlong* tag2)
    Syntax
    'Declaration
     
    Public Overloads Function EndDraw( _
       ByRef tag1 As System.Long, _
       ByRef tag2 As System.Long _
    ) As HResult
    public HResult EndDraw( 
       out System.long tag1,
       out System.long tag2
    )

    Parameters

    tag1
    tag2
    See Also