Bitmap Page

Top  Previous  Next

The Bitmap Page displays detailed information about all bitmap handles that are currently open.
 

I. Bitmap Handles. This table lists all the bitmap handles that are currently open.

 

Handle. This is the numerical value of the handle that was allocated by the AllocateBitmap intrinsic.

 

Status. This indicates whether the handle is currently valid. Handles are valid after they have been allocated by the AllocateBitmap intrinsic. They become invalid after they have been deallocated by the DeallocBitmap intrinsic. (EXPL doesn't recycle bitmap handle numbers.)

 

Width/Height. This is the width and height of the bitmap in pixels.

 

Bitmap Image. This item displays the current bitmap image for the selected bitmap in the handle list. (Note: Even if parts or all of the image have been set to be transparent, this image doesn't show transparency.)

SysResBitmaps

 

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.