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