home *** CD-ROM | disk | FTP | other *** search
- '***********************************************************************
- ' TabSamp3.rlz
- '
- ' Realizer Library Guide Sample
- '
- ' Copyright ⌐ 1991-1992 Computer Associates International, Inc.
- ' All rights reserved.
- '
- '***********************************************************************
-
- RUN "Tablet"
-
- FormNew(1)
- FormSetColor(_Yellow; _Field)
- FormSetObject(10, _Tablet, "", _Center, _Center, 100 pxl ,100 pxl)
- FormControl(_Show)
-
- TabletSelect(10)
- TabletRoundRect(10, 10, 40, 40, 15, 35)
- TabletPen(_Red)
- TabletLine(10, 90, 90, 10)
- TabletPen(_Blue; 5)
- TabletEllipse(60, 60, 90, 90)
- TabletControl(_Show)
-
- x = {60, 95, 95}
- y = {5, 5, 40}
- TabletPen(_Green)
- TabletBrush(_Orange)
- TabletPolygon(x, y)
- TabletControl(_Show)