Bitmap Page |
Top Previous Next |
The Bitmap Page displays detailed information about all bitmap handles that are currently open.
III. Graphics Attributes. This section displays settings and parameters that apply specifically to the graphics mode aspects of the screen.
1. Pen Position. This is the current position of the graphics drawing pen. It set by the Move, Line, MoveTo, LineTo, DrawCircle, DrawElipse and DrawRectange Intrinsics.
2. Pen Width. This is the width of the line drawing pen in pixels. It is set by the SetPen intrinsic.
3. Pen Mode. This is the drawing mode for the pen, which can be any one of the following: Normal, XOR, Not, NotCopy, NotXOR, Merge, NotMerge, MergePenNot, MergeNotPen, Mask, NotMask, MaskPenNot or MaskNotPen, It applies to the LineTo, DrawCircle, DrawElipse, DrawRectange and Polyline intrinsics. It is set by the SetPen intrinsic. Refer to this intrinsic for more detailed information.
4. Line Color. This is the line drawing color for the LineTo, DrawCircle, DrawElipse, DrawRectange and Polyline intrinsics. It is set by the SetPen intrinsic.
5. Fill Color. This is the background fill color. This applies to the DrawCircle, DrawElipse, DrawRectangle and Polyline intrinsics. It is set by the SetFill intrinsic.
6. Fill Mode. This is the background fill mode. The values can be Filled or Cleared. This applies to the DrawCircle, DrawElipse, DrawRectangle and Polyline intrinsics. It is set by the SetFill intrinsic.
7. Font Size. This is the graphics font size in points. It is set by the SetFontStyle intrinsic, and it applies to the TextOut intrinsic.
8. Font Style. This is the graphics font style. It can be any combination of Bold, Italic, Underscore or Strikeout. It is set by the SetFontStyle intrinsic, and it applies to the TextOut intrinsic.
9. Font Color. This is the graphics font color. It is set by the SetFontColor intrinsic, and it applies to the TextOut intrinsic.
10. Font Name. This is the graphics font Face Name. It is set by the SetFontFace intrinsic, and it applies to the TextOut intrinsic.
|