إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
A vector of 2 FLOAT values (x, y).
Syntax
typedef struct D2D_VECTOR_2F {
FLOAT x;
FLOAT y;
} D2D_VECTOR_2F;
Members
x
The x value of the vector.
y
The y value of the vector.
Requirements
| Requirement | Value |
|---|---|
| Header | dcommon.h |