OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TBandInfo Struct Reference

Equivalent to BANDINFOSTRUCT. More...

#include <owl/dc.h>

Public Attributes

bool HasGraphics
 
bool HasText
 
TRect GraphicsRect
 

Detailed Description

Equivalent to BANDINFOSTRUCT.

An ObjectWindows struct, TBandInfo is used to pass information to a printer driver that supports banding. TBandInfo is declared as follows:

struct TBandInfo {
bool HasGraphics;
bool HasText;
TRect GraphicsRect;
}
TRect is a mathematical class derived from tagRect.
Definition geometry.h:308
Equivalent to BANDINFOSTRUCT.
Definition dc.h:863

HasGraphics is true if graphics are (or are expected to be) on the page or in the band; otherwise, it is false.

HasText is true if text is (or is expected to be) on the page or in the band; otherwise, it is false.

GraphicsRect defines the bounding region for all graphics on the page.

Definition at line 863 of file dc.h.

Member Data Documentation

◆ GraphicsRect

TRect owl::TBandInfo::GraphicsRect

Definition at line 866 of file dc.h.

◆ HasGraphics

bool owl::TBandInfo::HasGraphics

Definition at line 864 of file dc.h.

◆ HasText

bool owl::TBandInfo::HasText

Definition at line 865 of file dc.h.


The documentation for this struct was generated from the following file: