The XTextureLayer type exposes the following members.

Methods

  NameDescription
AutoAnimate
Carries out the object animation.
Clone
Creates an object that is a copy of this instance.
Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)
GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

(Inherited from Object.)
GetTextureCoordinateOverloaded.
GetTextureCoordinateX
Normalizes the texture X coordinate and makes the texture addressing (repeating) more effective.
GetTextureCoordinateY
Normalizes the texture Y coordinate and makes the texture addressing (repeating) more effective.
GetTexturePixel
Gets the Color color of the point at the faceTextureCoordinate coordinates.
GetTexturePixelAlpha
Gets the transparency at the faceTextureCoordinate coordinates.
GetType

Gets the Type of the current instance.

(Inherited from Object.)
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
OnAnimate
Fire event Animate.
OnAutoAnimate
The method is called on object animation request.
SetOffset
Sets the texture offset.
SetScale
Sets the texture scale.
SetScrollSpeed
Sets the texture scrool speed - offset change in one second.
ToString

Returns a String that represents the current Object.

(Inherited from Object.)

See Also