Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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;}
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also