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

A class for holding progressive image event data. More...

Inherits VRay.VRayEventArgs.

Public Member Functions

 VRayImageEventArgs (VRayImage image, long changeIndex, ImagePassType pass, double instant)
 Creates an instance of the event args with the specified image. More...
 
- Public Member Functions inherited from VRay.VRayEventArgs
 VRayEventArgs (double instant)
 Create a base event arg instance with timing info
 

Properties

long ChangeIndex [get]
 A linearly growing index reflecting the number of changes applied to the scene in interactive mode. Corresponds to value returned by commit().
 
VRayImage Image [get]
 Gets a reference to the rendered image passed as event data.
 
ImagePassType Pass [get]
 Which render pass generated the image
 
- 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 for holding progressive image event data.

Constructor & Destructor Documentation

◆ VRayImageEventArgs()

VRay.VRayImageEventArgs.VRayImageEventArgs ( VRayImage  image,
long  changeIndex,
ImagePassType  pass,
double  instant 
)

Creates an instance of the event args with the specified image.

Parameters
imageThe rendered image argument.
changeIndexA linearly growing index reflecting the number of changes applied to the scene in interactive mode. Corresponds to value returned by commit().
passWhich render pass generated the image
instantThe actual time of ocurrence - seconds since V-Ray initialization

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