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.

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.

Platforms

Win32, x64.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Raster Imaging C++ Class Library Help