To get MGraphic behavior, the TGArea is passed to the TArea constructor. If you do not need MGraphic behavior, use the TGArea directly.
This function adds an area to another area.
This function subtacts an area from another area.
This function performs an exclusive-or operation on two areas.
This function intersect an area with another area.
Add
void Add( TGArea& anArea );
Subtract
void Subtract( const TGAreaa& anArea );
Exclusive or
void ExclusiveOr( const TGArea& anArea );
Intersect
void Intersect( const TGArea& anArea );
[Contents]
[Previous]
[Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.