www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
TDx_Draw_Library v1.90 Component Reference
|
|
[ TDx_DrawSurface::GetCaps() ]
[ next: GetClipper() ]
[ prev: GetBltStatus() ]
public:
virtual bool __fastcall GetCaps( TDDSCaps* pSCaps );
TDX_DRAWSURFACE::GETCAPS()
[ component method ]
- Description
The
TDx_DrawSurface::GetCaps
method
will
retrieve
surface
capability
information.
The
capabilities
of
a
given
surface
are
not
neccessarily
related
to
the
capabilities
of
the
display
device.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DDERR_INVALIDOBJECT
DDERR_INVALIDPARAMS
- Parameters
SCaps
The SCaps parameter references a TDDSCaps component for holding the retrieved surface capabilities if this method returns successfully.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
|
|