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); }