点击或拖拽改变大小

TextShadowDropShadow 方法

[缺少 "M:DSkin.Controls.TextShadow.DropShadow(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.String,System.String,System.Drawing.Drawing2D.GraphicsPath,System.Int32)" 的 <summary> 文档]

命名空间:  DSkin.Controls
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void DropShadow(
	Graphics g,
	Rectangle r,
	Color c,
	string Action,
	string Type,
	GraphicsPath gp,
	int penWidth
)

参数

g
类型:System.DrawingGraphics

[缺少 "M:DSkin.Controls.TextShadow.DropShadow(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.String,System.String,System.Drawing.Drawing2D.GraphicsPath,System.Int32)" 的 <param name="g"/> 文档]

r
类型:System.DrawingRectangle

[缺少 "M:DSkin.Controls.TextShadow.DropShadow(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.String,System.String,System.Drawing.Drawing2D.GraphicsPath,System.Int32)" 的 <param name="r"/> 文档]

c
类型:System.DrawingColor

[缺少 "M:DSkin.Controls.TextShadow.DropShadow(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.String,System.String,System.Drawing.Drawing2D.GraphicsPath,System.Int32)" 的 <param name="c"/> 文档]

Action
类型:SystemString

[缺少 "M:DSkin.Controls.TextShadow.DropShadow(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.String,System.String,System.Drawing.Drawing2D.GraphicsPath,System.Int32)" 的 <param name="Action"/> 文档]

Type
类型:SystemString

[缺少 "M:DSkin.Controls.TextShadow.DropShadow(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.String,System.String,System.Drawing.Drawing2D.GraphicsPath,System.Int32)" 的 <param name="Type"/> 文档]

gp
类型:System.Drawing.Drawing2DGraphicsPath

[缺少 "M:DSkin.Controls.TextShadow.DropShadow(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.String,System.String,System.Drawing.Drawing2D.GraphicsPath,System.Int32)" 的 <param name="gp"/> 文档]

penWidth
类型:SystemInt32

[缺少 "M:DSkin.Controls.TextShadow.DropShadow(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.String,System.String,System.Drawing.Drawing2D.GraphicsPath,System.Int32)" 的 <param name="penWidth"/> 文档]

参见