Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.11.2
|
Leadtools.ColorConversion Namespace > IccCurveStructure Structure : MeasurementOfPatch Property |
public IccXyzNumber[] MeasurementOfPatch {get; set;}
'Declaration Public Property MeasurementOfPatch As IccXyzNumber()
'Usage Dim instance As IccCurveStructure Dim value() As IccXyzNumber instance.MeasurementOfPatch = value value = instance.MeasurementOfPatch
public: property array<IccXyzNumber>^ MeasurementOfPatch { array<IccXyzNumber>^ get(); void set ( array<IccXyzNumber>^ value); }