点击或拖拽改变大小

RRectEquality 运算符

Tests whether two RRect structures have equal location and 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 equality operator.
right
类型:DSkin.Html.Adapters.EntitiesRRect
The RRect structure that is to the right of the equality operator.

返回值

类型:Boolean
This operator returns true if the two specified RRect structures have equal X, Y, Width, and Height properties.
参见