VECTORHPOLYBEZIER

Summary

The VECTORHPOLYBEZIER structure holds information about the heterogeneous polybezier or HPolyBezier for short. The HPolyBezier is a group of polybeziers with different degrees drawn together as a single entity.

Syntax

typedef struct _VECTORHPOLYBEZIER 
{ 
   VECTOROBJECT Object; 
   VECTORPOINT *Point; 
   L_INT nSecCount; 
   VECTORPEN Pen; 
   L_UINT *puDegree; 
}VECTORHPOLYBEZIER,   *pVECTORHPOLYBEZIER; 

Members

VECTOROBJECT Object

Abstract object.

VECTORPOINT *Point

Pointer to an array of points. The number of points should be:

( puDegree[ 0 ] + puDegree[ 1 ] + + puDegree[ nSecCount 1 ] ) + 1

L_INT nSecCount

Number of sections in the HPolyBezier

VECTORPEN Pen

VECTORPEN structure that contains information about the pen to use when drawing the vector polybezier object.

L_UINT *puDegree

Pointer to an array of PolyBezier degrees.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C++ Class Library Help

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