ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorColor Structure
Members




In This Topic
    ImGearVectorColor Structure
    In This Topic
    Represents a color.
    Object Model
    ImGearVectorColor Structure
    Syntax
    'Declaration
     
    Public Structure ImGearVectorColor 
       Inherits System.ValueType
    'Usage
     
    Dim instance As ImGearVectorColor
    public struct ImGearVectorColor : System.ValueType 
    public __value struct ImGearVectorColor : public System.ValueType 
    public value class ImGearVectorColor : public System.ValueType 
    Remarks
    The color consists of four components - red, green, blue and alpha.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          ImageGear.Vector.ImGearVectorColor

    See Also