ImageAutomationPeer(Image) Constructor

Definition

Initializes a new instance of the ImageAutomationPeer class.

public:
 ImageAutomationPeer(Image ^ owner);
 ImageAutomationPeer(Image const& owner);
public ImageAutomationPeer(Image owner);
function ImageAutomationPeer(owner)
Public Sub New (owner As Image)

Parameters

owner
Image

The Image to create a peer for.

Applies to