[ TDx_DrawSurface ]
[ next: GetPriority() ]
[ prev: GetPalette() ]
public:
virtual bool __fastcall GetPixelFormat( TDDPixelFormat* pPixelFormat );
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
Parameters
See Also
The
TDx_DrawSurface::GetPixelFormat
method
will
retrieve
the
surface's
color
and
pixel
format
information.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DDERR_INVALIDOBJECT
DDERR_INVALIDPARAMS
DDERR_INVALIDSURFACETYPE
PARAMETERS
Top
See Also
PixelFormat
The PixelFormat parameter references a TDDPixelFormat component for holding the surface's current pixel and color format if this method returns successfully.
SEE ALSO
Top
Parameters