ICogTransform2D MethodsCognex VisionPro 9.5

The ICogTransform2D type exposes the following members.

Methods

  NameDescription
Public methodBestFitLinearTransform
Returns a new linear transform which best describes this transform over the given set of points. The points must be expressed in 'from' coordinates.
Public methodComposeBase
Returns a new transform which is the composition of the given transform (on the right side) and this one (on the left side).
Public methodCopyBase
Returns a new copy of this transform.
Public methodInvertBase
Returns a new transform which is the inverse of this one.
Public methodLinearTransform
Returns a new linear transform which best describes this transform at the given point. The point must be expressed in 'from' coordinates.
Public methodMapPoint
Maps the given x,y point through this transform, filling in the mapped x,y coordinates.
Public methodMapPoints
Map the supplied points through this transform.
Public methodResumeAndRaiseChangedEvent
Re-enables raising of the Changed event after SuspendChangedEvent has been called, and raises the Changed event 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 ICogChangedEvent.)
Public methodSuspendChangedEvent
Temporarily suspends the raising of the Changed event. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent.
(Inherited from ICogChangedEvent.)
Top
See Also