Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Draw_Library v2.00 Component Reference
|
|
[ TDx_DrawClipper::IsClipListChanged() ]
[ next: SetClipList() ]
[ prev: GetHWnd() ]
public:
virtual bool __fastcall IsClipListChanged( bool* pChanged );
TDX_DRAWCLIPPER::ISCLIPLISTCHANGED()
[ component method ]
- Description
The
TDx_DrawClipper::IsClipListChanged
method
will
indicate
whether
the
clip
list
has
been
changed.
This
method
is
only
useful
when
the
clipper
is
associated
with
a
window
handle.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DDERR_INVALIDOBJECT
DDERR_INVALIDPARAMS
- Parameters
Changed
The Changed parameter will reference the current state of the clip list if this method returns successfully.
TRUE if the clip list has changed.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|