The TranslateTransform type exposes the following members.

Constructors

  NameDescription
Public methodTranslateTransform()()()()
Create a new TranslateTransform.
Public methodTranslateTransform(Double, Double)
Create a new TranslateTransform.

Methods

  NameDescription
Public methodCreateGdiMatrix
Creates a new System.Drawing.Drawing2D.Matrix from the current Transform.
(Inherited from Transform.)

Properties

  NameDescription
Public propertyX
Translation along the x-axis.
Public propertyY
Translation along the y-axis.

See Also