class HT_Fill_Pattern


See Also HT_Face_Pattern, HT_Rendition::fill_pattern and the honeycomb fill pattern example Access Methods height Gets the height of the fill pattern. padding Gets the padding in bytes for the fill pattern. pattern An array of HT_Byte which specifies the fill pattern. width Gets the fill pattern width.
 
 Constructor  
HT_Fill_Pattern::height

Purpose

Gets the height of the fill pattern. Synopsis
int height (void) const
Details
 height specifies the height of the rectangular area of the fill pattern.
 
HT_Fill_Pattern::HT_Fill_Pattern

Purpose

Constructs an HT_Fill_Pattern object. Synopsis
HT_Fill_Pattern ()
HT_Fill_Pattern::HT_Fill_Pattern (int width, int height, HT_Byte const * pattern, HT_Boolean copy)
   
HT_Fill_Pattern::padding

Purpose

Gets the padding in bytes for the fill pattern. Synopsis
int padding (void) const
Details padding indicates how many bytes to pad the data when stored. It is used in the case when the defined pattern is not a complete multiple, and it is usually a multiple of 4 to 8 bytes.   padding indicates the number of bytes per row.  


HT_Fill_Pattern::pattern

Purpose

An array of HT_Byte which specifies the fill pattern. Synopsis
HT_Byte const * pattern (void) const
Details An array of HT_Byte, containing on or off bits, specifies the user defined patterns.
HT_Fill_Pattern::width

Purpose

Gets the fill pattern width. Synopsis
 int width (void) const 
Details  Defines the width of the rectangular area of the pattern.