EMF
1.0
|
Represent an array of points in a simple way. More...
#include <libemf.h>
Public Member Functions | |
POINTLARRAY (POINTL *const points, const DWORD n) | |
Public Attributes | |
POINTL *const | points_ |
Array of POINTLs. | |
const DWORD | n_ |
Number of POINTLs in array. | |
Represent an array of points in a simple way.
Allow an array of POINTL's to be written out at once.
|
inline |
Simple constructor.
points | pointer to array of POINTLs. |
n | number POINTLs in array. |