IImage MethodsCognex VisionPro 9.10

The IImage type exposes the following members.

Methods

  NameDescription
Public methodAllocate

Initialize the image with (undefined) pixel data of the given width and height. This method may not be called more than once.

Public methodCopyBase

Create a copy of this image in a new image. Pixels may be shared between images by specifying copyMode as SharePixels.

Public methodGetTransform

Returns a transformation that maps points from the 'From' coordinate space to the 'To' space.

Public methodResumeAndRaiseChangedEvent

Re-enables raising of the ChangedEvent after SuspendChangedEvent has been called, and raises the ChangedEvent if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent.

(Inherited from IChangedEvent.)
Public methodSuspendChangedEvent

Temporarily suspends the raising of the ChangedEvent. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent.

(Inherited from IChangedEvent.)
Top
See Also