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

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...
 
- Public Member Functions inherited from VRay.VRayEventArgs
 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.
 
- Properties inherited from VRay.VRayEventArgs
double Instant [get, set]
 Actual event time. Time is in seconds since V-Ray was initialized.
 

Detailed Description

A class representing a region that has been started or finished.

Constructor & Destructor Documentation

◆ BucketRegionEventArgs()

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.

Parameters
xThe top left X coordinate of the bucket region.
yThe top left Y coordinate of the bucket region.
widthThe actual width of the bucket region.
heightThe actual height of the bucket region.
hostThe name of the host that does the rendering for the bucket region.
passWhich render pass generated the bucket
instantThe actual time of ocurrence - seconds since V-Ray initialization

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