Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

X Property






Gets or sets the CIE X tristimulus value.
Syntax
public int X {get; set;}
'Declaration
 
Public Property X As Integer
'Usage
 
Dim instance As IccXyzNumber
Dim value As Integer
 
instance.X = value
 
value = instance.X

            

            
public:
property int X {
   int get();
   void set (    int value);
}

Property Value

A value that represents the X tristimulus value of an XYZ color space.
Requirements

Target Platforms

See Also

Reference

IccXyzNumber Structure
IccXyzNumber Members

Error processing SSI file