Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / DeviceContext Class / SetTarget Method

In This Topic
    SetTarget Method
    In This Topic
    void ID2D1DeviceContext::SetTarget([In, Optional] ID2D1Image* image)
    Syntax
    'Declaration
     
    Public Sub SetTarget( _
       ByVal image As Image _
    ) 
    public void SetTarget( 
       Image image
    )

    Parameters

    image
    See Also