Share via


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 the .NET Micro Framework versions 3.0, 4.0, and 4.1.

See Also

Reference

DrawingContext Class
DrawingContext Members
Microsoft.SPOT.Presentation.Media Namespace