Classes that implement IGraphics interface are capable of drawing on the
computer screen. Classes that implement this interface can use different APIs to
perform the actual drawing: GDI+, DirectX, etc.
Namespace: Telerik.WinControls.PaintAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
public interface IGraphics |
| Visual Basic |
|---|
Public Interface IGraphics |
See Also