Share via


Rectangle 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 Rectangle class with specified height and width.

Namespace:  Microsoft.SPOT.Presentation.Shapes
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

Rectangle Class

Rectangle Overload

Microsoft.SPOT.Presentation.Shapes Namespace