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