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

In This Topic
    Renderer Property (GcBitmapGraphics)
    In This Topic
    Gets the BitmapRenderer that is used to draw on the GcBitmap.
    Syntax
    'Declaration
     
    Public ReadOnly Property Renderer As BitmapRenderer
    public BitmapRenderer Renderer {get;}
    See Also