PageData

Top Previous Topic Next Topic  Print this topic

PageData is derived from ObjectData and provides information for creating a visual page where all other visual elements are positioned at absolute coordinates.

 

Members

 

Name

Type

Description

m_width

Double

width of page

m_height

Double

height of page

m_background

Brush

backgroud of the page

 

Get-Set Methods

 

Name

Type

Description

Size

Size

get or set page size

Background

Brush

get or set page background

 

This class encapsulates all other visual elements that are situated on a page and keeps them in its list of children.