点击或拖拽改变大小

RGraphicsPushClipExclude 方法

Push the clipping region of this Graphics to exclude the given rectangle from the current clipping rectangle.

命名空间:  DSkin.Html.Adapters
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public abstract void PushClipExclude(
	RRect rect
)

参数

rect
类型:DSkin.Html.Adapters.EntitiesRRect
Rectangle to exclude clipping in.
参见