Rectangle(Single, Single, Single, Single) Constructor |
Initializes a new instance of the
Rectangle class
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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 Single
-
- top Single
-
- right Single
-
- bottom Single
-
See Also