点击或拖拽改变大小

PixelSizeEquality 运算符

Checks for equality between two PixelSizes.

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public static bool operator ==(
	PixelSize left,
	PixelSize right
)

参数

left
类型:CPFPixelSize
The first size.
right
类型:CPFPixelSize
The second size.

返回值

类型:Boolean
True if the sizes are equal; otherwise false.
参见