Document Solutions for Imaging
GrapeCity.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 RenderTarget
    public RenderTarget RenderTarget {get;}
    See Also