VRay SDK for C#
|
A class representing a region that has been started or finished. More...
Inherits VRay.VRayEventArgs.
Inherited by VRay.BucketImageEventArgs.
Public Member Functions | |
BucketRegionEventArgs (int x, int y, int width, int height, string host, ImagePassType pass, double instant) | |
Constructs bucket region event args from the given arguments. Note: The (x, y) position represents the upper left coordinate of the bucket matrix. More... | |
![]() | |
VRayEventArgs (double instant) | |
Create a base event arg instance with timing info | |
Properties | |
int | Height [get] |
The actual height of the bucket. | |
string | Host [get] |
The name of the host that does the rendering for the bucket region. | |
ImagePassType | Pass [get] |
Which render pass generated this bucket | |
int | Width [get] |
The actual width of the bucket. | |
int | X [get] |
The top left X coordinate of the bucket. | |
int | Y [get] |
The top left Y coordinate of the bucket. | |
![]() | |
double | Instant [get, set] |
Actual event time. Time is in seconds since V-Ray was initialized. | |
A class representing a region that has been started or finished.
VRay.BucketRegionEventArgs.BucketRegionEventArgs | ( | int | x, |
int | y, | ||
int | width, | ||
int | height, | ||
string | host, | ||
ImagePassType | pass, | ||
double | instant | ||
) |
Constructs bucket region event args from the given arguments. Note: The (x, y) position represents the upper left coordinate of the bucket matrix.
x | The top left X coordinate of the bucket region. |
y | The top left Y coordinate of the bucket region. |
width | The actual width of the bucket region. |
height | The actual height of the bucket region. |
host | The name of the host that does the rendering for the bucket region. |
pass | Which render pass generated the bucket |
instant | The actual time of ocurrence - seconds since V-Ray initialization |