←Select platform

NumberOfGridPoints Property

Summary

Gets or sets the array of number of grid points in each dimension.

Syntax

C#
VB
C++
public byte[] NumberOfGridPoints {get; set;} 
  
Public Property NumberOfGridPoints As Byte() 
public: 
property array<byte>^ NumberOfGridPoints { 
   array<byte>^ get(); 
   void set (    array<byte>^ ); 
} 

Property Value

Array of number of grid points in each dimension.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly