点击或拖拽改变大小

RPointIsEmpty 属性

Gets a value indicating whether this RPoint is empty.

命名空间:  DSkin.Html.Adapters.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public bool IsEmpty { get; }

返回值

类型:Boolean
true if both X and Y are 0; otherwise, false.
参见