The CogCopyRegion type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | 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. | |
| DefaultOutputImageType | Specifies the output image type when no input image is supplied. | |
| DestinationImageAlignmentX | 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. | |
| DestinationImageAlignmentY | 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. | |
| FillBoundingBox | Specifies whether to fill the bounding box with FillBoundingBoxValue instead of leaving it unchanged. | |
| FillBoundingBoxPlane0Value | 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. | |
| FillBoundingBoxPlane1Value | 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. | |
| FillBoundingBoxPlane2Value | 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. | |
| FillBoundingBoxValue | If FillBoundingBox=True, specifies the value with which to fill the bounding box outside the region. Otherwise, this property is ignored. | |
| FillRegion | Specifies whether to fill the destination region with FillRegionValue instead of copying pixels from the source image. | |
| FillRegionPlane0Value | Specifies the value with which to fill Plane 0 of the destination region if FillRegion is True and the output image is a CogImage24PlanarColor. | |
| FillRegionPlane1Value | Specifies the value with which to fill Plane 1 of the destination region if FillRegion is True and the output image is a CogImage24PlanarColor. | |
| FillRegionPlane2Value | Specifies the value with which to fill Plane 2 of the destination region if FillRegion is True and the output image is a CogImage24PlanarColor. | |
| FillRegionValue | Specifies the value with which to fill the destination region if FillRegion=True. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| ImageAlignmentEnabled | 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. | |
| InputImageAlignmentX | 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. | |
| InputImageAlignmentY | 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. | |
| MergedSpaceTreeName | Specifies the name of a coordinate space that bridges the root nodes of the two coordinate space trees if a merged SpaceTreeMode is selected. | |
| RegionMode | Specifies whether copying will be performed strictly within the confines of the region specified or within the image aligned bounding box of the region. | |
| SpaceTreeMode | Specifies how the coordinate space tree of the DestinationImage should be affected. Ignored if no DestinationImage is given. |
See Also