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




Gets or sets the measurements of patch with maximum colorant value.

Syntax

Visual Basic (Declaration) 
Public Property MeasurementOfPatch As IccXyzNumber()
Visual Basic (Usage)Copy Code
Dim instance As IccCurveStructure
Dim value() As IccXyzNumber
 
instance.MeasurementOfPatch = value
 
value = instance.MeasurementOfPatch
C# 
public IccXyzNumber[] MeasurementOfPatch {get; set;}
Managed Extensions for C++ 
public: __property IccXyzNumber[]* get_MeasurementOfPatch();
public: __property void set_MeasurementOfPatch( 
   IccXyzNumber[]* value
);
C++/CLI 
public:
property array<IccXyzNumber>^ MeasurementOfPatch {
   array<IccXyzNumber>^ get();
   void set (IccXyzNumberarray<value>^ value);
}

Return Value

IccXyzNumber structure with number-of-channels measurements of patch with the maximum colorant value. PCS values shall be relative colorimetric.

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