xtd
0.2.0
Loading...
Searching...
No Matches
xtd.drawing.native
include
xtd
drawing
native
matrix_orders.h
1
#pragma once
3
#if !defined(__XTD_DRAWING_NATIVE_LIBRARY__)
4
#error "Do not include this file: Internal use only"
5
#endif
7
8
#include <cstdint>
9
16
constexpr
int32
MO_PREPEEND
= 0;
17
24
constexpr
int32
MO_APPEND
= 1;
MO_PREPEEND
constexpr int32 MO_PREPEEND
The new operation is applied before the old operation.
Definition
matrix_orders.h:16
MO_APPEND
constexpr int32 MO_APPEND
The new operation is applied after the old operation.
Definition
matrix_orders.h:24
Generated on Thu Oct 17 2024 16:02:59 for xtd by
Gammasoft
. All rights reserved.