Document Solutions for Imaging
DS.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / RenderTarget Property

In This Topic
    RenderTarget Property (GcWicBitmap)
    In This Topic
    Gets an instance of the GrapeCity.Documents.DX.Direct2D.RenderTarget class.

    The render target becomes available after executing the EnsureRenderTargetCreated method.

    Syntax
    'Declaration
     
    Public ReadOnly Property RenderTarget As GrapeCity.Documents.DX.Direct2D.RenderTarget
    public GrapeCity.Documents.DX.Direct2D.RenderTarget RenderTarget {get;}
    See Also