点击或拖拽改变大小

ImageEffectsBothAlpha 方法

设置图形边缘半透明

命名空间:  DSkin
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static Bitmap BothAlpha(
	Bitmap p_Bitmap,
	bool p_CentralTransparent,
	bool p_Crossdirection
)

参数

p_Bitmap
类型:System.DrawingBitmap
图形
p_CentralTransparent
类型:SystemBoolean
true中心透明 false边缘透明
p_Crossdirection
类型:SystemBoolean
true横 false纵

返回值

类型:Bitmap

[缺少 "M:DSkin.ImageEffects.BothAlpha(System.Drawing.Bitmap,System.Boolean,System.Boolean)" 的 <returns> 文档]

参见