DOTLINEZONE

Summary

The DOTLINEZONE structure provides information about dotted line zone.

Syntax

typedef struct _DOTLINEZONE 
{ 
   L_RECT* pDots; 
   L_UINT uDotsCount; 
   L_BOOL bIsVerticalLine; 
} DOTLINEZONE, *pDOTLINEZONE; 

Members

pDots

Array of rectangles which represent the location of the dots in the dotted line.

uDotsCount

The number of elements in the array pDots.

bIsVerticalLine

a boolean that shows if the dotted line has vertical orientation or not.

Comments

This structure is used in casting LEADZONE.pZoneData when zone type is dotted line.

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.