[ TDx_DrawSurface ]
[ next: GetColorKey() ]
[ prev: GetCaps() ]
public:
virtual bool __fastcall GetClipper( TDx_DrawClipper* pClipper );
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::GetClipper
method
will
retrieve
the
associated
clipper
and
increment
its
reference
count.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DDERR_INVALIDOBJECT
DDERR_INVALIDPARAMS
DDERR_NOCLIPPERATTACHED
PARAMETERS
Top
See Also
Clipper
The Clipper parameter will reference the associated clipper if this method returns successfully.
SEE ALSO
Top
Parameters