ImageGear .NET - Updated
Blue Property (ImGearRGBQuad)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearRGBQuad Structure : Blue Property
Gets or sets blue value.
Syntax
'Declaration
 
Public Property Blue As Byte
'Usage
 
Dim instance As ImGearRGBQuad
Dim value As Byte
 
instance.Blue = value
 
value = instance.Blue
public byte Blue {get; set;}
public: __property byte get_Blue();
public: __property void set_Blue( 
   byte value
);
public:
property byte Blue {
   byte get();
   void set (    byte value);
}

Property Value

Byte value.
See Also

Reference

ImGearRGBQuad Structure
ImGearRGBQuad Members