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::POINTLARRAY - Represent an array of points 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::POINTLARRAY(3)

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.

See Also