Initializes a new instance of the Rectangle class.
[Visual Basic]
Public Function New( _
ByVal lineStyle As Line, _
ByVal fillStyle As Backdrop, _
ByVal x As Single, _
ByVal y As Single, _
ByVal width As Single, _
ByVal height As Single _
)
[C#]
public Rectangle(
Line lineStyle,
Backdrop fillStyle,
float x,
float y,
float width,
float height
);
Rectangle Class | Rectangle Members | Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.