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



Gets or sets the XYZ values for surround.

Syntax

Visual Basic (Declaration) 
Public Property AbsSurround As IccXyzNumber
Visual Basic (Usage)Copy Code
Dim instance As IccViewCondition
Dim value As IccXyzNumber
 
instance.AbsSurround = value
 
value = instance.AbsSurround
C# 
public IccXyzNumber AbsSurround {get; set;}
C++/CLI 
public:
property IccXyzNumber AbsSurround {
   IccXyzNumber get();
   void set (IccXyzNumber value);
}

Return Value

CIE 'absolute' XYZ values for surround (in which Y is in cd/m2).

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also