[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Class TBitmap Inherits from TControl
--------------------------------------------------------------------------------
// jhs
DATA
--------------------------------------------------------------------------------
nX Relative origin coordinates of the picture.
nY
hGlobal Global memory object handle of disk bitmap.
hResource Handle of resource bitmap.
hPalette Handle of bitmap palette.
lStretch True if image has to be adjusted to all visible area
lScroll True if image may be scrolled into its own visible area
oHScroll Vertical ScrollBar Object if lScroll is true
oVScroll Horizontal ScrollBar Object if lScroll is true
METHODS
--------------------------------------------------------------------------------
New Constructor from source code
ReDefine Constructor for resources
cToChar Generates a data template to build a Dialog
Init Generical initialization
Paint Draws the bitmap
Release Destroy the bitmap.
SetBmp Load bitmap from resource.
LoadBmp Load bitmap from disk.
nHeight Retrieves height of the image.
nWidth Retrieves width of the image.
nXExtra Retreives the size of image which it is not visible
nYExtra
ScrollUp Scrolls the bitmap if lScroll is true and image larger than
ScrollDown visible area
ScrollLeft
ScrollRight
See Also:
TControl
Bitmap
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson