点击或拖拽改变大小

RRectInflate 方法 (Double, Double)

Inflates this RRect structure by the specified amount.

命名空间:  DSkin.Html.Adapters.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void Inflate(
	double x,
	double y
)

参数

x
类型:SystemDouble
The amount to inflate this RRect structure horizontally.
y
类型:SystemDouble
The amount to inflate this RRect structure vertically.
参见