DK11 for .NET | TatukGIS.NDK.TGIS_GridClass.Create | Constructors | Methods | Properties
Constructor
// C# public TGIS_GridClass( int _width, int _height );
' VisualBasic Public Sub New( ByVal _width As Integer, ByVal _height As Integer )
// Oxygene public constructor ( _width : Integer; _height : Integer );
Name | Type | Description |
---|---|---|
_width | int Integer | array width |
_height | int Integer | array height |