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




In This Topic
    ImGearVectorTextObject Class
    In This Topic
    Contains a part of a text string that uses particular set of font attributes.
    Object Model
    ImGearVectorTextObject ClassImGearVectorFont ClassImGearVectorColorEx Structure
    Syntax
    'Declaration
     
    Public Class ImGearVectorTextObject 
       Inherits ImGearVectorObject
    'Usage
     
    Dim instance As ImGearVectorTextObject
    public class ImGearVectorTextObject : ImGearVectorObject 
    public __gc class ImGearVectorTextObject : public ImGearVectorObject 
    public ref class ImGearVectorTextObject : public ImGearVectorObject 
    Remarks
    This object is used by ImGearVectorEntityText class entity to keep parts of the text string with the same font attributes such as font width, height, char base angle, color and so on.
    Inheritance Hierarchy

    System.Object
       ImageGear.Vector.ImGearVectorObject
          ImageGear.Vector.ImGearVectorTextObject

    See Also