Copies the selected region, image or layer to the clipboard and then removes it.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public bool CutToClipboard( IEImage..::..IECopyPasteType source, bool cutAlpha )
Public Function CutToClipboard ( _ source As IEImage..::..IECopyPasteType, _ cutAlpha As Boolean _ ) As Boolean
public: bool CutToClipboard( IEImage..::..IECopyPasteType source, bool cutAlpha )
Parameters
- source
- IEImage..::..IECopyPasteType
Source
- cutAlpha
- Boolean
If CutAlpha is true, the selected area is made transparent.