ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityGeometry Class
Members




In This Topic
    ImGearVectorEntityGeometry Class
    In This Topic
    Represents a set of drawing primitives such as points, independent line segments, connected line segments, independent and connected triangles, independent and connected quadrilaterals, or polygons.
    Object Model
    ImGearVectorEntityGeometry Class
    Syntax
    'Declaration
     
    Public Class ImGearVectorEntityGeometry 
       Inherits ImGearVectorEntity
    'Usage
     
    Dim instance As ImGearVectorEntityGeometry
    public class ImGearVectorEntityGeometry : ImGearVectorEntity 
    public __gc class ImGearVectorEntityGeometry : public ImGearVectorEntity 
    public ref class ImGearVectorEntityGeometry : public ImGearVectorEntity 
    Remarks
    The primitives are specified with vertex array. Normals for any vertex can be specified as well.
    Inheritance Hierarchy

    System.Object
       ImageGear.Vector.ImGearVectorObject
          ImageGear.Vector.ImGearVectorEntity
             ImageGear.Vector.ImGearVectorEntityGeometry

    See Also