PictureEdit.CopyImage() Method
In This Article
Copies the image currently displayed by the PictureEdit to the clipboard.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Remarks
The image stored in the clipboard can be pasted to the PictureEdit by calling the PictureEdit.PasteImage method.
See Also