Click or drag to resize
Rectangle Constructor (Single, Single, Single, Single)
Initializes a new instance of the Rectangle class

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public Rectangle(
	float left,
	float top,
	float right,
	float bottom
)

Parameters

left
Type: SystemSingle
top
Type: SystemSingle
right
Type: SystemSingle
bottom
Type: SystemSingle
See Also