ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntity Class / GetFillColor Method




In This Topic
    GetFillColor Method (ImGearVectorEntity)
    In This Topic
    Returns the fill color of the entity.
    Syntax
    'Declaration
     
    Public Function GetFillColor() As ImGearVectorColorEx
    'Usage
     
    Dim instance As ImGearVectorEntity
    Dim value As ImGearVectorColorEx
     
    value = instance.GetFillColor()
    public ImGearVectorColorEx GetFillColor()
    public: ImGearVectorColorEx GetFillColor(); 
    public:
    ImGearVectorColorEx GetFillColor(); 

    Return Value

    Newly created ImGearVectorColorEx structure object or null.
    Remarks
    If the m_flags field of the returned extended color object is -3, the actual color is defined by the entity layer. In case of -2 it is obtained from the block. Otherwise, the actual m_color value is used.
    See Also