Man page - emf_pointlarray(3)
Packages contains this manual
Manual
EMF::POINTLARRAY
NAMESYNOPSIS
Public Member Functions
Data Fields
Detailed Description
Constructor & Destructor Documentation
EMF::POINTLARRAY::POINTLARRAY (POINTL *const points, const DWORD n)[inline]
Author
NAME
EMF::POINTLARRAY - Represent an array of points in a simple way.
SYNOPSIS
#include <libemf.h>
Public Member Functions
POINTLARRAY (POINTL *const points, const DWORD n)
Data Fields
POINTL *const
points_
Array of POINTLs.
const DWORD
n_
Number of 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.
Constructor & Destructor Documentation
EMF::POINTLARRAY::POINTLARRAY (POINTL *const points, const DWORD n)[inline]
Simple constructor.
Parameters
points
pointer to array
of POINTLs.
n
number POINTLs in array.
Author
Generated automatically by Doxygen for libemf from the source code.