Rectangle constructor
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public IERectangle( int x, int y, int width, int height )
Public Sub New ( _ x As Integer, _ y As Integer, _ width As Integer, _ height As Integer _ )
public: IERectangle( int x, int y, int width, int height )
Parameters
- x
- Int32
Horizontal top position
- y
- Int32
Vertical top position
- width
- Int32
Rectangle width
- height
- Int32
Rectangle height