Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class / Renderer Property

In This Topic
    Renderer Property (GcBitmap)
    In This Topic
    Gets an instance of the BitmapRenderer class.

    The renderer becomes available after executing the EnsureRendererCreated method.

    Syntax
    'Declaration
     
    Public ReadOnly Property Renderer As BitmapRenderer
    public BitmapRenderer Renderer {get;}
    See Also