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: 10.3.199.0
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