Inherited by VRay.BucketRegion.
|
| RectRegion (int x, int y, int width, int height) |
| Constructs a rectangular region from the given arguments. Note: The (x, y) position represents the upper left coordinate of the matrix. More...
|
|
|
int | Height [get] |
| Gets the actual height of the rendered bucket.
|
|
int | Width [get] |
| Gets the actual width of the rendered bucket.
|
|
int | X [get] |
| Gets the top left X coordinate of the rendered bucket.
|
|
int | Y [get] |
| Gets the top left Y coordinate of the rendered bucket.
|
|
◆ RectRegion()
VRay.RectRegion.RectRegion |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
Constructs a rectangular region from the given arguments. Note: The (x, y) position represents the upper left coordinate of the matrix.
- Parameters
-
x | The top left X coordinate of the region. |
y | The top left Y coordinate of the region. |
width | The actual width of the region. |
height | The actual height of the region. |
The documentation for this class was generated from the following file:
- /home/jenkins/ci/cgrepo/appsdk/VRay_SDK_CSharp/VRay_SDK_CSharp/VRayRT/RectRegion.cs