点击或拖拽改变大小

DSkinChatRichTextBoxInsertImage 方法 (Image, Int32)

在position位置处,插入图片。

命名空间:  DSkin.Controls
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public GifBox InsertImage(
	Image image,
	int position
)

参数

image
类型:System.DrawingImage
要插入的图片
position
类型:SystemInt32
插入的位置

返回值

类型:GifBox

[缺少 "M:DSkin.Controls.DSkinChatRichTextBox.InsertImage(System.Drawing.Image,System.Int32)" 的 <returns> 文档]

参见