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


In This Topic
    ImGearVectorEntityGeometry Class Members
    In This Topic

    The following tables list the members exposed by ImGearVectorEntityGeometry.

    Public Properties
     NameDescription
    Public PropertyGets the byte offset between consecutive colors in the color array.  
    Public PropertyGets the type of geometry contained by the geometry entity.  
    Public PropertyGets the point count in the entity.  
    Public PropertyGets a value indicating whether local colors are used when drawing the geometry.  
    Public PropertyGets a value indicating whether normals are used when drawing the geometry.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns the geometry colors on the specified range.  
    Public MethodReturns the geometry normals on the specified range.  
    Public MethodReturns the geometry points on the specified range.  
    Public MethodInitializes the geometry with the geometry type, point count, color alignment and flags of using colors and normals.  
    Public MethodSets the geometry colors on the specified range.  
    Public MethodSets the geometry normals on the specified range.  
    Public MethodSets the geometry points on the specified range.  
    Top
    See Also