Main Page   Class Hierarchy   Compound List   File List   Compound Members  

EMF::POINT16ARRAY Struct Reference

Represent an array of 16-bit point in a simple way. More...

#include <libemf.h>

List of all members.

Public Methods

 POINT16ARRAY (POINT16 *const points, const DWORD n)

Public Attributes

POINT16* const points_
 Array of POINT16s.

const DWORD n_
 Number of POINT16s in array.


Detailed Description

Represent an array of 16-bit point in a simple way.

Allow an array of POINT16's to be written out at once.


Constructor & Destructor Documentation

EMF::POINT16ARRAY::POINT16ARRAY ( POINT16 *const points,
const DWORD n ) [inline]
 

Simple constructor.

Parameters:
array   pointer to array of POINT16s.
n   number POINT16s in array.


The documentation for this struct was generated from the following file:
Generated at Mon Jan 13 21:34:19 2003 for EMF by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001