Description:

Appends an array of texture coordinates.

Syntax:
public bool AddRange(
Point2f[] textureCoordinates
)
Parameters:
  • textureCoordinates
  • Type: Point2f[]
  • Texture coordinates to append.
Returns:
Type: bool
True on success, False on failure.
Available since:
5.0

Nothing found