DOTLINEZONE

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

The DOTLINEZONE structure provides information about dotted line zone.

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