SubDocument.InsertPicture(DocumentPosition, Image) Method
Obsolete. This API is obsolete now.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
Declaration
[Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.ShapeCollection.InsertPicture(DocumentPosition pos, System.Drawing.Image image)' method instead.")]
Shape InsertPicture(
DocumentPosition pos,
Image image
)
<Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.ShapeCollection.InsertPicture(DocumentPosition pos, System.Drawing.Image image)' method instead.")>
Function InsertPicture(
pos As DocumentPosition,
image As Image
) As Shape
Parameters
Name | Type |
---|---|
pos | DocumentPosition |
image | Image |
Returns
Type |
---|
Shape |
See Also