Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
XWhite Property
See Also 
Leadtools.ColorConversion Namespace > ConversionWhitePoint Structure : XWhite Property




Gets or sets the x value.

Syntax

Visual Basic (Declaration) 
Public Property XWhite As Double
Visual Basic (Usage)Copy Code
Dim instance As ConversionWhitePoint
Dim value As Double
 
instance.XWhite = value
 
value = instance.XWhite
C# 
public double XWhite {get; set;}
Managed Extensions for C++ 
public: __property double get_XWhite();
public: __property void set_XWhite( 
   double value
);
C++/CLI 
public:
property double XWhite {
   double get();
   void set (double value);
}

Return Value

The x value, between 0.0 and 1.0

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also