DK11 for Delphi | GisClasses.TGIS_Textures.GetTextureCoord | Methods | Properties
Get texture coordinate.
// Delphi public function GetTextureCoord( const _part : Integer; const _index : Integer ) : Single;
// C++ Builder public: float GetTextureCoord( const int _part, const int _index );
Name | Type | Description |
---|---|---|
_part | Integer | part number |
_index | Integer | index |
Type | Description |
---|---|
Single | coordinate. |