Leadtools.ColorConversion Namespace > IccColorLookupTableBase Class : NumberOfGridPoints Property |
public byte[] NumberOfGridPoints {get; set;}
'Declaration Public Property NumberOfGridPoints As Byte()
'Usage Dim instance As IccColorLookupTableBase Dim value() As Byte instance.NumberOfGridPoints = value value = instance.NumberOfGridPoints
public: property array<byte>^ NumberOfGridPoints { array<byte>^ get(); void set ( array<byte>^ value); }