Share via


DrawingContext Constructor (Int32, Int32)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

'Declaration
Public Sub New ( _
    width As Integer, _
    height As Integer _
)
public DrawingContext(
    int width,
    int height
)
public:
DrawingContext(
    int width, 
    int height
)
new : 
        width:int * 
        height:int -> DrawingContext
public function DrawingContext(
    width : int, 
    height : int
)

Parameters

.NET Framework Security

See Also

Reference

DrawingContext Class

DrawingContext Overload

Microsoft.SPOT.Presentation.Media Namespace