VRay SDK for C#
Loading...
Searching...
No Matches
VRay.RectRegion Class Reference

Inherited by VRay.BucketRegion.

Public Member Functions

 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...
 

Properties

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.
 

Constructor & Destructor Documentation

◆ 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
xThe top left X coordinate of the region.
yThe top left Y coordinate of the region.
widthThe actual width of the region.
heightThe actual height of the region.

The documentation for this class was generated from the following file: