| Viewport Constructor |
Initializes a new instance of the
Viewport structure using the specified parameters.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public Viewport(
int x,
int y,
int width,
int height
)
public:
Viewport(
int x,
int y,
int width,
int height
)
Parameters
- x
- Type: SystemInt32
The viewport x-position from the top left corner. - y
- Type: SystemInt32
The viewport y-position from the top left corner. - width
- Type: SystemInt32
The viewport width. - height
- Type: SystemInt32
The viewport height.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also