[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Applies the specified scaling operation to the transformation matrix of this Graphics by prepending it to the object's transformation matrix. [Property] Graphics=Sets the Graphics to applies the specified scaling. 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 a scale factor in the x direction. ARG(float)|2| Y=Sets a scale factor in the y direction. ARG(float)|2| [Methods] doScaleTransform=Applies the specified scaling operation to the transformation matrix of this Graphics by prepending it to the object's transformation matrix. ARG(float x, float y)|1|0 *doScaleTransform2=Applies the specified scaling operation 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 applies the specified scaling. ARG(Graphics)|4|0 X=Defines a scale factor in the x direction. ARG(float)|4|107 Y=Defines a scale factor in the y direction. 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