xtd_c - Reference Guide 0.2.0
rectangle.h
Go to the documentation of this file.
1 
6 #pragma once
7 #include <xtd_c/object.h>
8 
10  int32_t x;
11  int32_t y;
12  int32_t width;
13  int32_t height;
14 };
15 
17 typedef struct xtd_drawing_rectangle xtd_drawing_rectangle;
Definition: rectangle.h:9
Contains object definitions.