EMF::POINTLARRAY - Represent an array of points in a simple way.
Contents
Constructor & Destructor Documentation
EMF::POINTLARRAY::POINTLARRAY(POINTL*constpoints,constDWORDn)[inline]
Simple constructor.
Parameterspoints pointer to array of POINTLs.
n number POINTLs in array.
Detailed Description
Represent an array of points in a simple way.
Allow an array of POINTL's to be written out at once.
Name
EMF::POINTLARRAY - Represent an array of points in a simple way.
Synopsis
#include <libemf.h>
PublicMemberFunctionsPOINTLARRAY (POINTL *const points, const DWORD n)
DataFields
POINTL *const points_
Array of POINTLs.
const DWORD n_
Number of POINTLs in array.
