Back to Devexpress

PictureEdit.PasteImage() Method

windowsforms-devexpress-dot-xtraeditors-dot-pictureedit-dd00f6c5.md

latest1.2 KB
Original Source

PictureEdit.PasteImage() Method

Pastes the image stored in the clipboard to the PictureEdit.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void PasteImage()
vb
Public Sub PasteImage

Remarks

To copy the PictureEdit image to the clipboard, call the PictureEdit.CutImage or PictureEdit.CopyImage methods.

See Also

PictureEdit Class

PictureEdit Members

DevExpress.XtraEditors Namespace