ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorLayer Class / GetDrawColor Method




In This Topic
    GetDrawColor Method (ImGearVectorLayer)
    In This Topic
    Gets the draw color of the layer.
    Syntax
    'Declaration
     
    Public Function GetDrawColor() As ImGearVectorColorEx
    'Usage
     
    Dim instance As ImGearVectorLayer
    Dim value As ImGearVectorColorEx
     
    value = instance.GetDrawColor()
    public ImGearVectorColorEx GetDrawColor()
    public: ImGearVectorColorEx GetDrawColor(); 
    public:
    ImGearVectorColorEx GetDrawColor(); 

    Return Value

    New instance of ImGearVectorColorEx structure object.
    See Also