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
|
Managed Extensions for C++ | |
---|
public: __property IccXyzNumber[]* get_MeasurementOfPatch();
public: __property void set_MeasurementOfPatch(
IccXyzNumber[]* 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