#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. |
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. |
Functions: |
LImageViewerCell::EnablePaintCallBack, LImageViewerCell::PaintCallBack. |
Topics: |
|
|
For an example, refer to LImageViewerCell::AnnToRgn.