A Sandcastle Documented Class Library
ScaleTransformation Class
NamespacesCollada.SceneScaleTransformation
A Scale transformation for use in a collada scene graph
Declaration Syntax
C#Visual BasicVisual C++
public class ScaleTransformation : Transformation
Public Class ScaleTransformation _
	Inherits Transformation
public ref class ScaleTransformation : public Transformation
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
ScaleTransformation(XmlElement)
Creates a new ScaleTransformation object from XML

ScaleTransformation(Node, Single, Single, Single)
Creates a new ScaleTransformation object

Equals(Object)
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.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
mSid (Inherited from Transformation.)
mX
mXmlElement (Inherited from Transformation.)
mY
mZ
Preremove()()()
Prepares the xml to be saved to disk
(Inherited from Transformation.)
Sid
Collada SID
(Inherited from Transformation.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
X
Scale along the X axis

Y
Scale along the Y axis

Z
Scale along the Z axis

Inheritance Hierarchy
Object
Transformation
 ScaleTransformation

Assembly: Collada (Module: Collada) Version: 1.0.0.0 (1.0.0.0)