PictureEdit.CopyImage() Method
Copies the image currently displayed by the PictureEdit to the clipboard.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.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