logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Generated automatically by Doxygen for libemf from the source code.

Version 1.0.9                                Thu Jun 6 2024 23:01:07                        EMF::POINT16ARRAY(3)

Constructor & Destructor Documentation

EMF::POINT16ARRAY::POINT16ARRAY(POINT16*constpoints,constDWORDn)[inline]
       Simple constructor.

       Parameterspoints pointer to array of POINT16s.
           n number 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.

Name

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

Synopsis

       #include <libemf.h>

   PublicMemberFunctionsPOINT16ARRAY (POINT16 *const points, const DWORD n)

   DataFields
       POINT16 *const points_
           Array of POINT16s.
       const DWORD n_
           Number of POINT16s in array.

return

See Also