3ds Max C++ API Reference
RectangleSize Struct Reference

the struct that defines the width and height of one rectangle. More...

#include <Types.h>

Public Attributes

size_t cx
 the width of one rectangle. More...
 
size_t cy
 the height of one rectangle. More...
 

Detailed Description

the struct that defines the width and height of one rectangle.

Member Data Documentation

◆ cx

size_t cx

the width of one rectangle.

◆ cy

size_t cy

the height of one rectangle.