点击或拖拽改变大小

RGraphicsPushClip 方法

Push the clipping region of this Graphics to interception of current clipping rectangle and the given rectangle.

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

参数

rect
类型:DSkin.Html.Adapters.EntitiesRRect
Rectangle to clip to.
参见