ImageGear .NET
Red Property (ImGearXMPColorant)




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

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