Views
Foundation Package API Reference Guide
Product Documentation:
Views Documentation Home
Classes | Enumerations
path.h File Reference
#include <ilviews/base/graphic.h>

Classes

class  IlvGraphicPath
 Graphic class. More...
 
class  IlvPathDrawingData
 Graphic path related class. More...
 
class  IlvPathSteppingData
 Graphic path-related class. More...
 

Enumerations

enum  IlvDrawRule { IlvStrokeOnly, IlvFillOnly, IlvStrokeAndFill }
 Defines the different drawing rules of the IlvGraphicPath instances. More...
 

Detailed Description

Library: views
Declaration of the IlvGraphicPath class.

Enumeration Type Documentation

◆ IlvDrawRule

Defines the different drawing rules of the IlvGraphicPath instances.

Enumerator
IlvStrokeOnly 

Each IlvPointArray is displayed as a polyline using the regular palette.

IlvFillOnly 

Each IlvPointArray is displayed as a filled polygon using the background palette.

IlvStrokeAndFill 

Each IlvPointArray is displayed as a filled polygon with an outline polyline.