Download Source Code

CWinRect::SPanelLayout Struct Reference

Contains information on a panel layout. More...

#include <WinRect.h>

List of all members.

Public Attributes

long lNumPanels
 Number of panels in the layout.
double dPanelAspectRatio
 Aspect ratio of a single panel.
long lxPanels
 Number of panel columns.
long lyPanels
 Number of panel rows.
long lPanelWidth
 Width of a single panel.
long lPanelHeight
 Height of a single panel.
long lxMargin
 Extra horizontal space in the layout.
long lyMargin
 Extra vertical space in the layout.


Detailed Description

Contains information on a panel layout.

Sometimes it is needed to divide a rectangle into smaller 'panels', such as when tiling multiple images into an area. This class holds information on a layout of multiple rectangular areas.


The documentation for this struct was generated from the following file:
  • inc/WinRect.h
Copyright Robert Umbehant
This documentation is covered by the LGPL