PictureEdit.CutImage() Method
Clears the PictureEdit and copies is last image 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