User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_textures.settexturecoord_integer_single

Table of Contents

ITGIS_Textures.SetTextureCoord method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Textures.SetTextureCoord | Methods | Properties

Set texture coordinate.

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

Syntax

// C#
public void SetTextureCoord(
  int _index,
  float _texture
);
' VisualBasic
Public Sub SetTextureCoord(
  ByVal _index As Integer,
  ByVal _texture As Single
)
// Oxygene
public
  procedure SetTextureCoord(
    _index : Integer;
    _texture : Single
  );

Parameters

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

Page Tools