 | CEMAPCopyToClip Method |
Copy entire map to clipboard.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void CopyToClip()
public void CopyToClip()
Public Sub CopyToClip
Public Sub CopyToClip
public:
void CopyToClip()
public:
void CopyToClip()
member CopyToClip : unit -> unit
member CopyToClip : unit -> unit
Remarks
Four objects are placed on the clipboard:
1. Georefernce Text
2. Bitmap of current window screen resolution
3. EMF of current window screen resolution
4. Entire map as a Geosoft View (go to view mode and hit paste). The coordinates are placed
in the current view coordinates.
See Also