点击或拖拽改变大小

SmoothingModeGraphics 构造函数 (Graphics, SmoothingMode)

初始化 SmoothingModeGraphics 类的一个新实例

命名空间:  DSkin.Common
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public SmoothingModeGraphics(
	Graphics graphics,
	SmoothingMode newMode
)

参数

graphics
类型:System.DrawingGraphics

[缺少 "M:DSkin.Common.SmoothingModeGraphics.#ctor(System.Drawing.Graphics,System.Drawing.Drawing2D.SmoothingMode)" 的 <param name="graphics"/> 文档]

newMode
类型:System.Drawing.Drawing2DSmoothingMode

[缺少 "M:DSkin.Common.SmoothingModeGraphics.#ctor(System.Drawing.Graphics,System.Drawing.Drawing2D.SmoothingMode)" 的 <param name="newMode"/> 文档]

参见