CogRLEBuffer PropertiesCognex VisionPro 9.8 SR1

The CogRLEBuffer type exposes the following members.

Properties

  NameDescription
Public propertyBinary
Set to true, if this object contains only data with values 0 and 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.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
Public propertyHeight
Height dimension of this RLE image.
Public propertyInitted
Set to true, if this object has been initialized.
Public propertyNumRuns
Total number of runs in this RLE image.
Public propertyWidth
Width dimension of this RLE image.
Public propertyX
Leftmost coordinate of the RLE image.
Public propertyY
Topmost coordinate of the RLE image.
Top
See Also