点击或拖拽改变大小

MatrixPrepend 方法

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

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

参数

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