CogSurfaceFX PropertiesCognex VisionPro

The CogSurfaceFX type exposes the following members.

Properties

  NameDescription
Public propertyBrightness
Gets or sets the brightness percentage. The brightness percentage for flat areas of the output image. For CogImag8Grey 100% is equal to 255.
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.
(Inherited from CogSerializableChangedEventBase.)
Public propertyContrast
Gets or sets the contrast. The contrast factor for the output image.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyMergeAllSelectedSpaceName
Gets or sets the SelectedSpaceName of the outputImage, when SpaceTreeMode is MergeAll.
Public propertySmoothness
Gets or sets the smoothness.
Public propertySpaceTreeMode
Gets or sets the SpaceTreeMode. Allows the user to choose which coordinate space tree to copy to the output image, or choose to merge the coordinate spaces from the all of the input images.
Public propertyStateFlags
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 CogSerializableChangedEventBase.)
Top
See Also