[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics. [Property] Graphics=Sets the Graphics to changes the origin of the coordinate. ARG(Graphics)|20|(empty)|Graphics Order=Sets a member of the MatrixOrder enumeration that specifies whether the translation is prepended or appended to the transformation matrix. ARG(MatrixOrder)|20|(empty)|MatrixOrder X=Sets the x-coordinate of the translation. ARG(float)|2| Y=Sets the y-coordinate of the translation. ARG(float)|2| [Methods] doTranslateTransform=Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics. ARG(float x, float y)|1|0 *doTranslateTransform2=Changes the origin of the coordinate system by applying the specified translation to the transformation matrix of this Graphics in the specified order. ARG(float x, float y, MatrixOrder order)|1|0 Graphics=Defines the Graphics to changes the origin of the coordinate. ARG(Graphics)|4|0 X=Defines the x-coordinate of the translation. ARG(float)|4|107 Y=Defines the y-coordinate of the translation. ARG(float)|4|107 Order=Defines a member of the MatrixOrder enumeration that specifies whether the translation is prepended or appended to the transformation matrix. ARG(MatrixOrder)|4|0