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




In This Topic
    ImGearVectorEntityText Class
    In This Topic
    Represents a text string.
    Object Model
    ImGearVectorEntityText ClassImGearVectorTextObject ClassImGearVectorPoint2D StructureImGearVectorPoint2D StructureImGearVectorTextObject Class
    Syntax
    'Declaration
     
    Public Class ImGearVectorEntityText 
       Inherits ImGearVectorEntity
    'Usage
     
    Dim instance As ImGearVectorEntityText
    public class ImGearVectorEntityText : ImGearVectorEntity 
    public __gc class ImGearVectorEntityText : public ImGearVectorEntity 
    public ref class ImGearVectorEntityText : public ImGearVectorEntity 
    Remarks
    Different parts of the text string can have different settings such as color, font or effects, but the whole string has the same alignment and base line angle.
    Inheritance Hierarchy

    System.Object
       ImageGear.Vector.ImGearVectorObject
          ImageGear.Vector.ImGearVectorEntity
             ImageGear.Vector.ImGearVectorEntityText

    See Also