点击或拖拽改变大小

UtilsCreateGraphics 方法

mono has issue throwing exception for no reason.

命名空间:  DSkin.Html
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static Graphics CreateGraphics(
	Control control
)

参数

control
类型:System.Windows.FormsControl
the control to create graphics object from

返回值

类型:Graphics
new graphics object or null in mono if failed
参见