xtd_c - Reference Guide
0.2.0
xtd_c.drawing
include
xtd_c
drawing
point.h
Go to the documentation of this file.
1
6
#pragma once
7
#include <
xtd_c/object.h
>
8
9
struct
xtd_drawing_point
{
10
int32_t x;
11
int32_t y;
12
};
13
15
typedef
struct
xtd_drawing_point
xtd_drawing_point;
xtd_drawing_point
Definition:
point.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.