CogAffineTransform PropertiesCognex VisionPro 9.7

The CogAffineTransform type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
Public propertyClipFillPlane0Value
Specifies the plane 0 value with which to fill clipped color pixels if ClipMode=cogAffineTransformClipModeFill.
Public propertyClipFillPlane1Value
Specifies the plane 1 value with which to fill clipped color pixels if ClipMode=cogAffineTransformClipModeFill.
Public propertyClipFillPlane2Value
Specifies the plane 2 value with which to fill clipped color pixels if ClipMode=cogAffineTransformClipModeFill.
Public propertyClipFillValue
Specifies the value with which to fill clipped pixels if ClipMode=cogAffineTransformClipModeFill.
Public propertyClipMode
Specifies what to do if any portion of the affine region lies outside the input image.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
Public propertySamplingMode
Specifies the sampling mode used when performing the affine transform operation.
Public propertyScalingX
Specifies the scaling factor for the X direction of the output image. For example, setting ScalingX to 2.0 will result in an output image that is approximately twice as wide as the SideXLength of the input region (when measured in image pixels).
Public propertyScalingY
Specifies the scaling factor for the Y direction of the output image. For example, setting ScalingY to 2.0 will result in an output image that is approximately twice as high as the SideYLength of the input region (when measured in image pixels).
Top
See Also