点击或拖拽改变大小

ImageEffectsImageLightEffect 方法 (String, Font, Color, Color, Int32, Rectangle, Boolean)

范围绘制发光字体

命名空间:  DSkin
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static Image ImageLightEffect(
	string Str,
	Font F,
	Color ColorFore,
	Color ColorBack,
	int BlurConsideration,
	Rectangle rc,
	bool auto
)

参数

Str
类型:SystemString
文字
F
类型:System.DrawingFont
字体样式
ColorFore
类型:System.DrawingColor
字体颜色
ColorBack
类型:System.DrawingColor
光圈颜色
BlurConsideration
类型:SystemInt32
光圈大小
rc
类型:System.DrawingRectangle
文字范围
auto
类型:SystemBoolean
是否启用范围绘制发光字体

返回值

类型:Image
Image格式图
参见