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