L_AnnDraw

#include "l_bitmap.h"

L_LTANN_API L_INT L_AnnDraw(hDC, prcInvalid, hObject)

Displays the annotation object in the specified device context.

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.

HANNOBJECT hObject

Handle to the annotation object.

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 L_AnnBringToFront and L_AnnSendToBack functions to change the enumeration order.

Required DLLs and Libraries

Platforms

Win32, x64.

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

LEADTOOLS Raster Imaging C API Help