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




In This Topic
    Green Property (ImGearRGBQuad)
    In This Topic
    Gets or sets green value.
    Syntax
    'Declaration
     
    Public Property Green As Byte
    'Usage
     
    Dim instance As ImGearRGBQuad
    Dim value As Byte
     
    instance.Green = value
     
    value = instance.Green
    public byte Green {get; set;}
    public: __property byte get_Green();
    public: __property void set_Green( 
       byte value
    );
    public:
    property byte Green {
       byte get();
       void set (    byte value);
    }

    Property Value

    Byte value.
    See Also