点击或拖拽改变大小

MatrixAppend 方法

Append - "this" becomes this * matrix, the same as this *= matrix.

命名空间:  CPF.Drawing
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public void Append(
	Matrix matrix
)

参数

matrix
类型:CPF.DrawingMatrix
The Matrix to append to this Matrix
参见