Available in LEADTOOLS Medical Imaging toolkits. |
LImageViewerCell::RepaintCell
#include "ltwrappr.h"
L_INT LImageViewerCell::RepaintCell(uFlags)
L_UINT uFlags; |
/* reserved for future use */ |
Repaints the cell(s) along with all its features (rulers, tags, borders, annotations, etc).
Parameter |
Description |
uFlags |
Reserved for future use. Pass 0. |
Returns
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Required DLLs and Libraries
LTIVW For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Functions: |
LImageViewerCell::EnablePaintCallBack, LImageViewerCell::PaintCallBack. |
Topics: |
|
|
Example
For an example, refer to LImageViewerCell::AnnToRgn.