ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRGBQuad Structure
Members




In This Topic
    ImGearRGBQuad Structure
    In This Topic
    Specifies an RGB value.
    Object Model
    ImGearRGBQuad Structure
    Syntax
    'Declaration
     
    Public Structure ImGearRGBQuad 
       Inherits System.ValueType
       Implements IImGearRGBQuad 
    'Usage
     
    Dim instance As ImGearRGBQuad
    public struct ImGearRGBQuad : System.ValueType, IImGearRGBQuad  
    public __value struct ImGearRGBQuad : public System.ValueType, IImGearRGBQuad  
    public value class ImGearRGBQuad : public System.ValueType, IImGearRGBQuad  
    Inheritance Hierarchy

    System.Object
       System.ValueType
          ImageGear.Core.ImGearRGBQuad

    See Also