CogCopyRegion PropertiesCognex VisionPro 9.10

The CogCopyRegion 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 propertyDefaultOutputImageType
Specifies the output image type when no input image is supplied.
Public propertyDestinationImageAlignmentX
Specifies the X coordinate on DestinationImage used to align both images. This coordinate is specified in the same selected space as DestinationImage. It is only used when ImageAlignmentEnabled is true.
Public propertyDestinationImageAlignmentY
Specifies the Y coordinate on DestinationImage used to align both images. This coordinate is specified in the same selected space as DestinationImage. It is only used when ImageAlignmentEnabled is true.
Public propertyFillBoundingBox
Specifies whether to fill the bounding box with FillBoundingBoxValue instead of leaving it unchanged.
Public propertyFillBoundingBoxPlane0Value
Specifies the value to write into Plane 0 of pixels outside of the region and inside of the bounding box, if FillBoundingBox is True and the output image is a CogImage24PlanarColor.
Public propertyFillBoundingBoxPlane1Value
Specifies the value to write into Plane 1 of pixels outside of the region and inside of the bounding box, if FillBoundingBox is True and the output image is a CogImage24PlanarColor.
Public propertyFillBoundingBoxPlane2Value
Specifies the value to write into Plane 2 of pixels outside of the region and inside of the bounding box, if FillBoundingBox is True and the output image is a CogImage24PlanarColor.
Public propertyFillBoundingBoxValue
If FillBoundingBox=True, specifies the value with which to fill the bounding box outside the region. Otherwise, this property is ignored.
Public propertyFillRegion
Specifies whether to fill the destination region with FillRegionValue instead of copying pixels from the source image.
Public propertyFillRegionPlane0Value
Specifies the value with which to fill Plane 0 of the destination region if FillRegion is True and the output image is a CogImage24PlanarColor.
Public propertyFillRegionPlane1Value
Specifies the value with which to fill Plane 1 of the destination region if FillRegion is True and the output image is a CogImage24PlanarColor.
Public propertyFillRegionPlane2Value
Specifies the value with which to fill Plane 2 of the destination region if FillRegion is True and the output image is a CogImage24PlanarColor.
Public propertyFillRegionValue
Specifies the value with which to fill the destination region if FillRegion=True.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
Public propertyImageAlignmentEnabled
Specifies whether or not the alignment coordinates should be used to align the InputImage with the DestinationImage (if given). If not enabled, the upper-left corner of the images will be used for alignment.
Public propertyInputImageAlignmentX
Specifies the X coordinate on InputImage used to align both images. This coordinate is specified in the same selected space as InputImage passed to the Execute method. It is only used when ImageAlignmentEnabled is true.
Public propertyInputImageAlignmentY
Specifies the Y coordinate on InputImage used to align both images. This coordinate is specified in the same selected space as InputImage passed to the Execute method. It is only used when ImageAlignmentEnabled is true.
Public propertyMergedSpaceTreeName
Specifies the name of a coordinate space that bridges the root nodes of the two coordinate space trees if a merged SpaceTreeMode is selected.
Public propertyRegionMode
Specifies whether copying will be performed strictly within the confines of the region specified or within the image aligned bounding box of the region.
Public propertySpaceTreeMode
Specifies how the coordinate space tree of the DestinationImage should be affected. Ignored if no DestinationImage is given.
Top
See Also