Version

Search Results

ShearAt(Single,Single,Point,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.center The center of the transformation.order The multiplication order.

ShearAt Method

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

Skew(Single,Single) Method

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.

Skew(Single,Single,MatrixOrder) Method

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.

Skew Method (Matrix)

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

SkewAt(Single,Single,Point) Method

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.

SkewAt(Single,Single,Point,MatrixOrder) Method

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.

SkewAt Method

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

ToNative Method (Matrix)

Gets native matrix. Syntax Return Value Native matrix.

TransformPoint(Point) Method

Applies the geometric transform represented by this matrix to a specified point. Syntax Parameters point Point to transform. Return Value Transformed point.