IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
GraphicalObjectsInt.cs File Reference

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...