LAnnotation::Draw
#include "ltwrappr.h"
virtual L_INT LAnnotation::Draw(hDC, prcInvalid)
HDC hDC; |
/* handle to the device context */ |
LPRECT prcInvalid; |
/* pointer to a Windows RECT structure */ |
Displays the annotation object in the specified device context. This function is available in the Document/Medical Toolkits.
Parameter |
Description |
hDC |
Handle to the device context where the annotation object is to be displayed. |
prcInvalid |
Pointer to the Windows RECT structure that specifies the display clipping rectangle. This can be the bounding rectangle of the annotation object, the root container, or the entire device context, or it could be smaller if only part of the object is to be displayed. Coordinates are relative to the device context. |
Returns
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Comments
If the object is a Container, the objects within the Container are displayed in their enumeration order. You can use the LAnnotation::BringToFront and LAnnotation::SendToBack functions to change the enumeration order.
Required DLLs and Libraries
LTANN 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: |
|
Topics: |
|
|
|
|
|
|
Example
For an example, refer to LAnnotation::CutToClipboard.