点击或拖拽改变大小

MatrixTranslate 方法

Translates this matrix

命名空间:  CPF.Drawing
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public void Translate(
	float offsetX,
	float offsetY
)

参数

offsetX
类型:SystemSingle
The offset in the x dimension
offsetY
类型:SystemSingle
The offset in the y dimension
参见