Search
RectangleI Constructor
See Also
 






Initializes a new instance of the RectangleI struct.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public RectangleI (
    int x,
    int y,
    int width,
    int height
)

Visual Basic  Copy Code

Public New ( _
    x As Integer, _
    y As Integer, _
    width As Integer, _
    height As Integer _
)

 Parameters

x

y

width

height

 See Also