Back to Devexpress

PictureEdit.CutImage() Method

windowsforms-devexpress-dot-xtraeditors-dot-pictureedit-21538d15.md

latest1.1 KB
Original Source

PictureEdit.CutImage() Method

Clears the PictureEdit and copies is last image to the clipboard.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void CutImage()
vb
Public Sub CutImage

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