Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / RenderTarget Class / GetTags Method

In This Topic
    GetTags Method (RenderTarget)
    In This Topic
    void ID2D1RenderTarget::GetTags([Out, Optional] unsigned longlong* tag1,[Out, Optional] unsigned longlong* tag2)
    Syntax
    'Declaration
     
    Public Sub GetTags( _
       ByRef tag1 As System.Long, _
       ByRef tag2 As System.Long _
    ) 
    public void GetTags( 
       out System.long tag1,
       out System.long tag2
    )

    Parameters

    tag1
    tag2
    See Also