LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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;}
C++/CLI 
public:
property double XWhite {
   double get();
   void set (    double value);
}

Property Value

The x value, between 0.0 and 1.0

Example

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also