LAnnotation::Draw

Summary

Displays the annotation object in the specified device context.

Syntax

#include "ltwrappr.h"

virtual L_INT LAnnotation::Draw(hDC, prcInvalid)

Parameters

HDC hDC

Handle to the device context where the annotation object is to be displayed.

LPRECT 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

Value Meaning
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

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For an example, refer to LAnnotation::CutToClipboard.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.