Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KzcRectangle Struct Reference

Structure for rectangle. More...

#include <kzc_rectangle.h>

Data Fields

kzFloat x
 X-coordinate for rectangle left side. More...
 
kzFloat y
 Y-coordinate for rectangle top side. More...
 
kzFloat width
 Width of the rectangle. More...
 
kzFloat height
 Height of the rectangle. More...
 

Detailed Description

Structure for rectangle.

Field Documentation

kzFloat KzcRectangle::x

X-coordinate for rectangle left side.

kzFloat KzcRectangle::y

Y-coordinate for rectangle top side.

kzFloat KzcRectangle::width

Width of the rectangle.

kzFloat KzcRectangle::height

Height of the rectangle.


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