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 > IccParametricCurve Structure : Parameters Property |
public int[] Parameters {get; set;}
'Declaration Public Property Parameters As Integer()
'Usage Dim instance As IccParametricCurve Dim value() As Integer instance.Parameters = value value = instance.Parameters
public: property array<int>^ Parameters { array<int>^ get(); void set ( array<int>^ value); }