User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_textures.settexturecoord_integer_single

Table of Contents

TGIS_Textures.SetTextureCoord method

DK11 for Delphi | GisClasses.TGIS_Textures.SetTextureCoord | Methods | Properties

Set texture coordinate.

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

Syntax

// Delphi
public
  procedure SetTextureCoord(
    const _index : Integer;
    const _texture : Single
  );
// C++ Builder
public:
  void SetTextureCoord(
    const int _index,
    const float _texture
  );

Parameters

Name Type Description
_index Integer index
_texture Single texture coordinate
2022/11/16 01:14

Page Tools