Warning:  main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pt/ptsurfacecalcboundingbox.html on line 1
Warning:  main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pt/ptsurfacecalcboundingbox.html on line 1
Warning:  main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pt/ptsurfacecalcboundingbox.html on line 8
Warning:  main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pt/ptsurfacecalcboundingbox.html on line 8
Calculate the bounding box for a control surface
PhRect_t *PtSurfaceCalcBoundingBox(
              PtSurface_t *surface );
PhRect_t *PtSurfaceCalcBoundingBoxById(
              PtWidget_t *widget,
              unsigned char surface_id );
ph
These functions calculate the bounding box for a control surface.
They differ in the way they identify the control surface:
- PtSurfaceCalcBoundingBox()
 
- Uses the surface argument, which points to a
  PtSurface_t structure that describes the control surface.
  This pointer must not be NULL.
 
- PtSurfaceCalcBoundingBoxById()
 
- Searches the control surfaces belonging to the given widget for the one
  with an ID of surface_id.
 
You should call one of these functions whenever you modify the points defining
a surface.
Although these functions are mainly targeted as a convenience function for
polygonal surfaces, they also ensure that the upper-left/lower-right
corners of a rectangular or elliptical surface never get inverted.
A pointer to a
PhRect_t
structure that defines
the bounding rectangle of the surface.
PtSurfaceCalcBoundingBoxById() returns NULL if
it couldn't find the control surface with the given ID.
Photon
| Safety: |  | 
| Interrupt handler | 
    No | 
| Signal handler | 
    No | 
| Thread | 
    No | 
PhRect_t,
PtCalcSurface(),
PtCalcSurfaceByAction(),
PtCalcSurfaceById(),
PtSurfaceExtent(),
PtSurfaceExtentById(),
PtSurfaceRect(),
PtSurfaceRectById()
Control Surfaces
chapter of the Photon Programmer's Guide
Warning:  main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pt/ptsurfacecalcboundingbox.html on line 127
Warning:  main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pt/ptsurfacecalcboundingbox.html on line 127