点击或拖拽改变大小

RRectInequality 运算符

Tests whether two RRect structures differ in location or size.

命名空间:  DSkin.Html.Adapters.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static bool operator !=(
	RRect left,
	RRect right
)

参数

left
类型:DSkin.Html.Adapters.EntitiesRRect
The RRect structure that is to the left of the inequality operator.
right
类型:DSkin.Html.Adapters.EntitiesRRect
The RRect structure that is to the right of the inequality operator.

返回值

类型:Boolean
This operator returns true if any of the X , Y, Width, or Height properties of the two RRect structures are unequal; otherwise false.
参见