|
IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Classes | |
| interface | IG.Gr.IGraphicSet |
| Graphic set that contain graphic primitives and other graphic sets. More... | |
| interface | IG.Gr.IGraphicPrimitive |
Namespaces | |
| package | IG.Gr |
Enumerations | |
| enum | IG.Gr.GraphicPrimitiveType { IG.Gr.GraphicPrimitiveType.Undefined = 0, IG.Gr.GraphicPrimitiveType.Point = 1, IG.Gr.GraphicPrimitiveType.Line = 2, IG.Gr.GraphicPrimitiveType.Trigangle = 4, IG.Gr.GraphicPrimitiveType.Quadrilateral = 8 } |
| Specifies the type of the graphic primitive. More... | |