Click or drag to resize

RectangleI(Int32, Int32, Int32, Int32) Constructor

Initializes a new instance of the RectangleI class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public RectangleI(
	int left,
	int top,
	int right,
	int bottom
)

Parameters

left  Int32
 
top  Int32
 
right  Int32
 
bottom  Int32
 
See Also