语法
C++
C#
Visual Basic .NET
参数
返回值
说明
- 此方法会对 color 图像平面进行平滑处理。 ImageDocument 中的所有其他页面都会被删除,并在需要时按需创建。
- 此方法不会向附加在 ImageDocument 对象的 IConnectionPointContainer 接口上的侦听器报告事件。
HRESULT SmoothImage(
IRegion* Region,
int AreaSize
);
void SmoothImage(
IRegion Region,
int AreaSize
);
Sub SmoothImage( _
Region As IRegion, _
AreaSize As Integer _
)
此页面对您有帮助吗?