Click or drag to resize

Rectangle(Single, Single, Single, Single) Constructor

Initializes a new instance of the Rectangle class

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

Parameters

left  Single
 
top  Single
 
right  Single
 
bottom  Single
 
See Also