Applies the geometric transform represented by this matrix to a specified point. Syntax Parameters x X-component of the point.y Y-component of the point. Return Value Transformed point.
Applies the geometric transform represented by this matrix to a specified point. Overload List
Applies the geometric transform represented by this matrix to a specified collection of points. Syntax Parameters points A collection of points to transform.
Applies the geometric transform represented by this matrix to a specified array of points. Syntax Parameters points An array of points to transform.
Applies the geometric transform represented by this matrix to a specified array of points. Overload List
Applies the specified translation vector to this matrix. Syntax Parameters offsetX X-offset.offsetY Y-offset.
Applies the specified translation vector to this matrix. Syntax Parameters offsetX X-offset.offsetY Y-offset.order The multiplication order.
Applies the specified translation vector to this matrix. Overload List
Initializes a new instance of the Matrix class. Syntax
Initializes a new instance of the Matrix class. Syntax Parameters matrix Native matrix.