The CogRLEBuffer type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Binary | Set to true, if this object contains only data with values 0 and 255. | |
| 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. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| Height | Height dimension of this RLE image. | |
| Initted | Set to true, if this object has been initialized. | |
| NumRuns | Total number of runs in this RLE image. | |
| Width | Width dimension of this RLE image. | |
| X | Leftmost coordinate of the RLE image. | |
| Y | Topmost coordinate of the RLE image. |
See Also