Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))

SetImage Method

Location

My.Computer.Clipboard.SetImage

Syntax

My.Computer.Clipboard.SetImage(image)

image (required; Image)

The System.Drawing.Image object to write to the system clipboard

Description

The SetImage method writes an image to the system clipboard.

Usage at a Glance

  • This method is only valid in non-server applications.

  • Security restrictions in place for the active user may limit access to the system clipboard.

Related Framework Entries

  • Microsoft.VisualBasic.MyServices.ClipboardProxy.SetImage Method

  • System.Windows.Forms.Clipboard.SetImage Method

See Also

Clipboard Object, ContainsImage Method, GetImage Method, SetAudio Method, SetData Method, SetDataObject Method, SetFileDropList Method, SetImage Method, SetText Method

Категории