|
BoundingRectFromPoints
- 0 2.0
Calculates a rectangle that bounds a range of points.
BoundingRectFromPoints( LPPOINT lppt, UINT cPt, LPRECT lprect )
Parameters
lppt
Address of an array of POINT structures.
cPt
Number of POINT structures in the array. This parameter can be 0.
lprect
Address of a RECT structure that contains the bounding rectangle when the function returns.
Return Value
This function does not return a value.
Comments
The bounding rectangle is empty at [0,0] if there are no points. For a single
point, the rectangle is empty at that point.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|