Version

ICanvas Interface

Represents a canvas element. Implements the Infragistics.Documents.Reports.Graphics.IGraphics interface.
Syntax
'Declaration
 
Public Interface ICanvas 
   Inherits Infragistics.Documents.Reports.Graphics.IGraphics 
Remarks
The canvas provides a large degree of flexibility in graphics rendering, specifically due to the CreateGraphics method that provides the user with a System.Drawing.Graphics object onto which to draw.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub