User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_normals.resize_integer

Table of Contents

TGIS_Normals.Resize method

DK11 for Delphi | GisClasses.TGIS_Normals.Resize | Methods | Properties

Resize normals array.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  procedure Resize(
    const _size : Integer
  );
// C++ Builder
public:
  void Resize(
    const int _size
  );

Parameters

Name Type Description
_size Integer new size
2022/11/16 01:14

Page Tools