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
|
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