Back to Devexpress

PictureEdit.CopyImage() Method

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

latest1.1 KB
Original Source

PictureEdit.CopyImage() Method

Copies the image currently displayed by the PictureEdit to the clipboard.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void CopyImage()
vb
Public Sub CopyImage

Remarks

The image stored in the clipboard can be pasted to the PictureEdit by calling the PictureEdit.PasteImage method.

See Also

PictureEdit Class

PictureEdit Members

DevExpress.XtraEditors Namespace