VRay SDK for C++
Loading...
Searching...
No Matches
VRay::ImageRegion Struct Reference

A rectangle defined by top-left and bottom-right frame coordinates. More...

#include <vraysdk.hpp>

Public Member Functions

 ImageRegion (int x=0, int y=0, int w=0, int h=0)
 
int getHeight () const
 
int getWidth () const
 
int getX () const
 
int getY () const
 
void set (int x, int y, int w, int h)
 
void setHeight (int height)
 
void setWidth (int width)
 
void setX (int x)
 
void setY (int y)
 

Public Attributes

int x0
 
int x1
 
int y0
 
int y1
 

Detailed Description

A rectangle defined by top-left and bottom-right frame coordinates.


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