Gets the IGraphics object to use for rendering.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public IGraphics Graphics { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Graphics As IGraphics |
An instance of a class, implementing the IGraphics interface.
When the drawing is performed in a GDI+ graphics, the value of this property is of type GdiGraphics.