User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_textures.gettexturecoord_integer_integer

Table of Contents

TGIS_Textures.GetTextureCoord method

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

Get texture coordinate.

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

Syntax

// Delphi
public
  function GetTextureCoord(
    const _part : Integer;
    const _index : Integer
  ) : Single;
// C++ Builder
public:
  float GetTextureCoord(
    const int _part,
    const int _index
  );

Parameters

Name Type Description
_part Integer part number
_index Integer index

Result

Type Description
Single coordinate.
2022/11/16 01:14

Page Tools