Applies the specified shear vector to this matrix. Syntax Parameters shearX X-component of the shear vector.shearY Y-component of the shear vector.center The center of the transformation.order The multiplication order.
Applies the specified shear vector to this matrix by prepending the shear vector. Overload List
Applies the specified skew vector to this matrix by prepending the skew vector. Syntax Parameters skewX X-component of the skew vector.skewY Y-component of the skew vector.
Applies the specified skew vector to this matrix. Syntax Parameters skewX X-component of the skew vector.skewY Y-component of the skew vector.order The multiplication order.
Applies the specified skew vector to this matrix by prepending the skew vector. Overload List
Applies the specified skew vector to this matrix by prepending the skew vector. Syntax Parameters skewX X-component of the skew vector.skewY Y-component of the skew vector.center The center of the transformation.
Applies the specified skew vector to this matrix. Syntax Parameters skewX X-component of the skew vector.skewY Y-component of the skew vector.center The center of the transformation.order The multiplication order.
Applies the specified skew vector to this matrix by prepending the skew vector. Overload List
Gets native matrix. Syntax Return Value Native matrix.
Applies the geometric transform represented by this matrix to a specified point. Syntax Parameters point Point to transform. Return Value Transformed point.