ImageGear .NET - Updated
Blue Property (IImGearRGBQuad)




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

Property Value

Blue color value.
See Also

Reference

IImGearRGBQuad Interface
IImGearRGBQuad Members