ImageGear .NET
Blue Property (ImGearXMPColorant)




Gets or sets blue value when the mode is RGB.
Syntax
public ImGearXMPInteger Blue {get; set;}
public: __property ImGearXMPInteger* get_Blue();
public: __property void set_Blue( 
   ImGearXMPInteger* value
);
public:
property ImGearXMPInteger^ Blue {
   ImGearXMPInteger^ get();
   void set (    ImGearXMPInteger^ value);
}
'Declaration
 
Public Property Blue As ImGearXMPInteger
 
'Usage
 
Dim instance As ImGearXMPColorant
Dim value As ImGearXMPInteger
 
instance.Blue = value
 
value = instance.Blue

Property Value

ImGearXMPInteger class value.
Remarks
Valid range is 0..255.
See Also

Reference

ImGearXMPColorant Class
ImGearXMPColorant Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback