DrawingContext Constructor (Int32, Int32)
Initializes a new instance of the DrawingContext class with a drawing surface of a specified size.
Namespace: Microsoft.SPOT.Presentation.Media
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public DrawingContext (
intwidth,
intheight
)
Parameters
- width
The width of the drawing surface. - height
The height of the drawing surface.
Version Information
Available in .NET Micro Framework version 2.0, 2.5
See Also
Reference
DrawingContext Class
DrawingContext Members
Microsoft.SPOT.Presentation.Media Namespace