Rectangle Constructor (Single, Single, Single, Single) |
Initializes a new instance of the
Rectangle class
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax 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
)
new :
left : float32 *
top : float32 *
right : float32 *
bottom : float32 -> Rectangle
Parameters
- left
- Type: SystemSingle
- top
- Type: SystemSingle
- right
- Type: SystemSingle
- bottom
- Type: SystemSingle
See Also