Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Draw_Library v2.00 Component Reference
|
|
[ TDx_DrawPalette::LoadFromFile() ]
[ next: LoadFromResource() ]
[ prev: GetEntries() ]
public:
virtual bool __fastcall LoadFromFile( TDx_Draw* pDraw, AnsiString pFileName );
TDX_DRAWPALETTE::LOADFROMFILE()
[ component method ]
- Description
The
LoadFromFile
method
is
used
to
load
a
256-color
palette
from
an
existing
.BMP
image
file.
- Parameters
Draw
The Draw parameter must be a previously created TDx_Draw component.
FileName
The FileName parameter specifies the name of a standard .BMP file that the palette is to be loaded from and can include a directory path if required.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|