The CogPMRedLineTool type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) | |
| 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.
(Inherited from CogSerializableChangedEventComponentBase.) | |
| Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
| CurrentRecordEnable |
Enable the creation of graphical tool records by bitwise ORing the
desired values from
CogPMRedLineCurrentRecordConstants.
| |
| DataBindings |
Gets the data bindings for the tool.
(Inherited from CogToolBase.) | |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) | |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) | |
| FailOnInvalidDataBinding |
Specifies that the Run method is to fail if executed while one or more
data bindings are invalid.
(Inherited from CogToolBase.) | |
| HasChanged | (Inherited from CogSerializableChangedEventComponentBase.) | |
| InputImage |
Gets or sets the input image that will be searched for instances of
your PMRedLine pattern. Only the portions of the image within the
search region will be searched.
| |
| LastRunRecordDiagEnable |
Enable the creation of graphical tool records by bitwise ORing the
desired values from
CogPMRedLineLastRunRecordDiagConstants.
| |
| LastRunRecordEnable |
Enable the creation of graphical tool records by bitwise ORing the
desired values from
CogPMRedLineLastRunRecordConstants.
| |
| Name |
Gets or sets a user-supplied name for the tool.
(Inherited from CogToolBase.) | |
| Pattern |
Gets or sets the pattern to be used when this PMRedLine tool is run.
The tool will search for instances of this pattern in the runtime
input image.
| |
| Results |
Gets the results from the last run of the RedLine tool.
| |
| RunParams |
Gets or sets the parameters to be used when this PMRedLine tool is run.
| |
| RunStatus |
Gets general information about the last call to the tool's
Run function. Note that serious errors that occur within
the tool's Run method may only be detected by examining the
RunStatus after calling Run. It is the user's responsibility
to examine the tool's RunStatus after calling Run.
(Inherited from CogToolBase.) | |
| SearchRegion |
Gets or sets the search region. Only the portion of the input image
that lies within this region will be searched by PMRedLine. If the
supplied region object is null, the entire input image will be searched.
| |
| Site | (Inherited from Component.) | |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventComponentBase.) | |
| UserData |
Gets a CogDictionary object that can be used to store application-specific information.
(Inherited from CogToolBase.) |
See Also