点击或拖拽改变大小

RRectInflate 方法 (RRect, Double, Double)

Creates and returns an inflated copy of the specified RRect structure. The copy is inflated by the specified amount. The original rectangle remains unmodified.

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

参数

rect
类型:DSkin.Html.Adapters.EntitiesRRect
The RRect to be copied. This rectangle is not modified.
x
类型:SystemDouble
The amount to inflate the copy of the rectangle horizontally.
y
类型:SystemDouble
The amount to inflate the copy of the rectangle vertically.

返回值

类型:RRect
The inflated RRect.
参见