点击或拖拽改变大小

ControlPaintExDrawGlass 方法 (Graphics, RectangleF, Color, Int32, Int32)

[缺少 "M:DSkin.Common.ControlPaintEx.DrawGlass(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color,System.Int32,System.Int32)" 的 <summary> 文档]

命名空间:  DSkin.Common
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static void DrawGlass(
	Graphics g,
	RectangleF glassRect,
	Color glassColor,
	int alphaCenter,
	int alphaSurround
)

参数

g
类型:System.DrawingGraphics

[缺少 "M:DSkin.Common.ControlPaintEx.DrawGlass(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color,System.Int32,System.Int32)" 的 <param name="g"/> 文档]

glassRect
类型:System.DrawingRectangleF

[缺少 "M:DSkin.Common.ControlPaintEx.DrawGlass(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color,System.Int32,System.Int32)" 的 <param name="glassRect"/> 文档]

glassColor
类型:System.DrawingColor

[缺少 "M:DSkin.Common.ControlPaintEx.DrawGlass(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color,System.Int32,System.Int32)" 的 <param name="glassColor"/> 文档]

alphaCenter
类型:SystemInt32

[缺少 "M:DSkin.Common.ControlPaintEx.DrawGlass(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color,System.Int32,System.Int32)" 的 <param name="alphaCenter"/> 文档]

alphaSurround
类型:SystemInt32

[缺少 "M:DSkin.Common.ControlPaintEx.DrawGlass(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color,System.Int32,System.Int32)" 的 <param name="alphaSurround"/> 文档]

参见