Click or drag to resize
Ab4d.SharpEngine logo

TranslateTransform Methods

The TranslateTransform type exposes the following members.

Methods
 NameDescription
Public methodGetTranslateOffset Gets the translation as a Vector3.
Public methodSetTranslate(Vector3) Sets the X, Y and Z values of this TranslateTransform.
Public methodSetTranslate(Single, Single, Single) Sets the X, Y and Z values of this TranslateTransform.
Public methodToString
(Overrides ObjectToString)
Protected methodUpdateMatrix Updates the Matrix4x4 that defines this transformation and is set to Value property.
Top
See Also