xtd_c - Reference Guide
0.2.0
xtd_c.drawing
include
xtd_c
drawing
rectangle.h
Go to the documentation of this file.
1
6
#pragma once
7
#include <
xtd_c/object.h
>
8
9
struct
xtd_drawing_rectangle
{
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;
xtd_drawing_rectangle
Definition:
rectangle.h:9
object.h
Contains object definitions.
Generated on Tue Mar 14 2023 13:06:03 for xtd_c - Reference Guide by
Gammasoft
. All rights reserved.