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.
typedef struct _VECTORHPOLYBEZIER
{
VECTOROBJECT Object;
VECTORPOINT *Point;
L_INT nSecCount;
VECTORPEN Pen;
L_UINT *puDegree;
}VECTORHPOLYBEZIER, *pVECTORHPOLYBEZIER;
Abstract object.
Pointer to an array of points. The number of points should be:
( puDegree[ 0 ] + puDegree[ 1 ] + + puDegree[ nSecCount 1 ] ) + 1
Number of sections in the HPolyBezier
VECTORPEN structure that contains information about the pen to use when drawing the vector polybezier object.
Pointer to an array of PolyBezier degrees.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document