NAME
DtTextureGetCenter - Get the texture's center.
SYNOPSIS
#include <Dt.h>
int DtTextureGetCenter( char *name, float *x, float *y )
DESCRIPTION
DtTextureGetCenter() returns the textures center via the
pointers to the x and y parameters for the given texture
name. The center is used for rotating and scaling the
texture.
DIAGNOSTICS
DtTextureGetCenter() returns one on success and zero on
failure.
SEE ALSO
DtTextureGetScale(3W)
DtTextureGetRotation(3W)
FILES
Link with -lDtOMio