Provides access to display tasks such as displaying text, simple shapes, and images.
Namespace: Gadgeteer.ModulesAssembly: Gadgeteer (in Gadgeteer.dll) Version: 2.41.0.0 (2.41.500.0)
Syntax
| C# |
|---|
public class SimpleGraphicsInterface |
Remarks
A SimpleGraphics object enables you to perform simple display tasks such as displaying text, simple shapes, and images.
You cannot create a SimpleGraphics object directly. Access this object via the SimpleGraphics()()()() property of a DisplayModule object.
If your application requires more complex layout or display tasks, consider using the WPFWindow()()()() property, instead.
Inheritance Hierarchy
System..::..Object
Gadgeteer.Modules..::..Module..::..DisplayModule..::..SimpleGraphicsInterface
Gadgeteer.Modules..::..Module..::..DisplayModule..::..SimpleGraphicsInterface