Represent an array of 16-bit point in a simple way. More...
#include <libemf.h>
Public Member Functions | |
n_ (n) | |
Public Attributes | |
POINT16 *const | points_ |
Array of POINT16s. | |
const DWORD | n_ |
Number of POINT16s in array. | |
__pad0__: points_( points ) |
Represent an array of 16-bit point in a simple way.
Allow an array of POINT16's to be written out at once.
Simple constructor.
array | pointer to array of POINT16s. | |
n | number POINT16s in array. |