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




In This Topic
    GetTextColor Method
    In This Topic
    Returns the color of the text object.
    Syntax
    'Declaration
     
    Public Function GetTextColor() As ImGearVectorColorEx
    'Usage
     
    Dim instance As ImGearVectorTextObject
    Dim value As ImGearVectorColorEx
     
    value = instance.GetTextColor()
    public ImGearVectorColorEx GetTextColor()
    public: ImGearVectorColorEx GetTextColor(); 
    public:
    ImGearVectorColorEx GetTextColor(); 

    Return Value

    ImGearVectorColorEx structure object.
    See Also