Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

NumberOfGridPoints Property






Gets or sets the array of number of grid points in each dimension.
Syntax
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);
}

Property Value

Array of number of grid points in each dimension.
Requirements

Target Platforms

See Also

Reference

IccColorLookupTableBase Class
IccColorLookupTableBase Members

Error processing SSI file