#define ImageData union { \ struct { \ IMAGE_COORDINATE x, y; \ IMAGE_SIZE_COORDINATE width, height; \ }; \ struct { \ IMAGE_POINT position; \ IMAGE_EXTENT size; \ }; \ }
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|