Indicates the end of a region block for a header or footer.
*EndRegion()Indicates the end of a region block for a header or footer. |
|||||
*EndRegion()Indicates the end of a region block for a header or footer. |
Syntax |
*EndRegion() |
Example |
*BeginFooter() *BeginRegion(0, 0, 100, 1000) *Image("Altair_logo.gif") *Text("Your Name") *BorderWidth(1,1,1,1) *EndRegion() *BeginRegion(100, 0, 900, 500) *Alignment(Center) *Font("Helvetica",0,0,12) *Text("{time} on {date}") *EndRegion() *EndFooter() |
Application |
MotionView, HyperView, HyperGraph, TextView, and MediaView. |
Context |
|
Comments |
Every *BeginRegion() statement requires a closing *EndRegion() statement. |
See also |
|