点击或拖拽改变大小

MatrixScaleAtPrepend 方法

Prepends a scale around the center provided to "this"

命名空间:  CPF.Drawing
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public void ScaleAtPrepend(
	float scaleX,
	float scaleY,
	float centerX,
	float centerY
)

参数

scaleX
类型:SystemSingle
The scale factor in the x dimension
scaleY
类型:SystemSingle
The scale factor in the y dimension
centerX
类型:SystemSingle
The centerX about which to scale
centerY
类型:SystemSingle
The centerY about which to scale
参见