CORELINE

Summary

Structure containing information on a line in an image.

Syntax

typedef struct CORELINE 
{ 
   L_UINT uStructSize; 
   POINT StartPoint; 
   POINT EndPoint; 
   L_UINT uType; 
   RECT rcLine; 
   L_HANDLE InternalHandle; 
} CORELINE, * pCORELINE; 

Members

uStructSize

Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.

StartPoint

The starting point of the line.

EndPoint

The ending point of the line.

uType

Specifies the line style. Possible values are:

Value Meaning
SOLID_LINE [0] Solid line.
DASHED_LINE [1] Dashed line.
BIG_DASHED_LINE [2] Big dashed line.
DATE_LINE [3] Date line.
BARCODE_LINE [4] Barcode line.

rcLine

The rectangle for the line. This will always be a 1xL RECT.

InternalHandle

An internal handle.

Usage

See Also

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

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.