Version

Search Results

Scale(Single,Single) Method

Applies the specified scale vector to this matrix by prepending the scale vector. Syntax Parameters scaleX X-component of the scale vector.scaleY Y-component of the scale vector.

Scale(Single,Single,MatrixOrder) Method

Applies the specified scale vector to this matrix. Syntax Parameters scaleX X-component of the scale vector.scaleY Y-component of the scale vector.order The multiplication order.

Scale Method (Matrix)

Applies the specified scale vector to this matrix by prepending the scale vector. Overload List

ScaleAt(Single,Single,Point) Method

Applies the specified scale vector to this matrix by prepending the scale vector. Syntax Parameters scaleX X-component of the scale vector.scaleY Y-component of the scale vector.center The center of the transformation.

ScaleAt(Single,Single,Point,MatrixOrder) Method

Applies the specified scale vector to this matrix. Syntax Parameters scaleX X-component of the scale vector.scaleY Y-component of the scale vector.center The center of the transformation.order The multiplication order.

ScaleAt Method

Applies the specified scale vector to this matrix by prepending the scale vector. Overload List

Shear(Single,Single) Method

Applies the specified shear vector to this matrix by prepending the shear vector. Syntax Parameters shearX X-component of the shear vector.shearY Y-component of the shear vector.

Shear(Single,Single,MatrixOrder) Method

Applies the specified shear vector to this matrix. Syntax Parameters shearX X-component of the shear vector.shearY Y-component of the shear vector.order The multiplication order.

Shear Method (Matrix)

Applies the specified shear vector to this matrix by prepending the shear vector. Overload List

ShearAt(Single,Single,Point) Method

Applies the specified shear vector to this matrix by prepending the shear vector. Syntax Parameters shearX X-component of the shear vector.shearY Y-component of the shear vector.center The center of the transformation.