Creates a rectangle from coordinates
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public IERect( int left, int top, int right, int bottom )
Public Sub New ( _ left As Integer, _ top As Integer, _ right As Integer, _ bottom As Integer _ )
public: IERect( int left, int top, int right, int bottom )
Parameters
- left
- Int32
Left position
- top
- Int32
Top position
- right
- Int32
Right position
- bottom
- Int32
Bottom position