ImageGear for .NET
B Property




Gets or sets B value when the mode is LAB.
Syntax
'Declaration
 
Public Property B As ImGearXMPInteger
'Usage
 
Dim instance As ImGearXMPColorant
Dim value As ImGearXMPInteger
 
instance.B = value
 
value = instance.B
public ImGearXMPInteger B {get; set;}
public: __property ImGearXMPInteger* get_B();
public: __property void set_B( 
   ImGearXMPInteger* value
);
public:
property ImGearXMPInteger^ B {
   ImGearXMPInteger^ get();
   void set (    ImGearXMPInteger^ value);
}

Property Value

ImGearXMPInteger class value.
Remarks
Valid range is -128..127.
See Also

Reference

ImGearXMPColorant Class
ImGearXMPColorant Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback