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




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

    Property Value

    Byte value.
    See Also