Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS Container and Automation C++ Class Library Help

CONTAINERTEXTDATA

Show in webframe

typedef struct _CONTAINERTEXTDATA
{
   L_INT   nSize;
   L_TCHAR   * pszText;
   L_UINT32   cbLength;
   RECT   rcText;
   
} CONTAINERTEXTDATA,  *pCONTAINERTEXTDATA ;

The CONTAINERTEXTDATA structure holds information on a text object.

Member

Description

nSize

Size of this structure.

pszText

Null terminated text string.

cbLength

The length of the text string.

rcText

Structure that contains the coordinates of the rectangle that contains the text.

Comments

The text font and alignment are specified through the CONTAINERMETRICS structure of the container.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.