RectangleI(Int32, Int32, Int32, Int32) Constructor |
Initializes a new instance of the
RectangleI class
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic RectangleI(
int left,
int top,
int right,
int bottom
)
Parameters
- left Int32
-
- top Int32
-
- right Int32
-
- bottom Int32
-
See Also