The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
D2D1_VECTOR_2F structure
A vector of 2 FLOAT values (x, y).
Syntax
typedef struct D2D1_VECTOR_2F { FLOAT x; FLOAT y; } D2D1_VECTOR_2F;
Members
- x
-
The x value of the vector.
- y
-
The y value of the vector.
Requirements
|
Header |
|
|---|
Show: