Ozeki VoIP SDK Class library
Rectangle Constructor (left, top, right, bottom)
NamespacesOzeki.Media.MediaHandlers.IPCameraRectangleRectangle(Single, Single, Single, Single)
Initializes a new instance of the Rectangle class
Declaration Syntax
C#Visual BasicVisual C++
public Rectangle(
	float left,
	float top,
	float right,
	float bottom
)
Public Sub New ( 
	left As Single,
	top As Single,
	right As Single,
	bottom As Single
)
public:
Rectangle(
	float left, 
	float top, 
	float right, 
	float bottom
)
Parameters
left (Single)
top (Single)
right (Single)
bottom (Single)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290