The CogCenterPointsToLinesCorrespondence 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.
(Inherited from CogSerializableChangedEventBase.) | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| LineSegmentAEndX |
The X coordinate of the "A" line segment's end point.
| |
| LineSegmentAEndY |
The Y coordinate of the "A" line segment's end point.
| |
| LineSegmentAStartX |
The X coorinate of the "A" line segment's start point.
| |
| LineSegmentAStartY |
The Y coorinate of the "A" line segment's start point.
| |
| LineSegmentBEndX |
The X coordinate of the "B" line segment's end point.
| |
| LineSegmentBEndY |
The Y coordinate of the "B" line segment's end point.
| |
| LineSegmentBStartX |
The X coordinate of the "B" line segment's start point.
| |
| LineSegmentBStartY |
The Y coordinate of the "B" line segment's start point.
| |
| PointAX |
The X coordinate of the "A" point.
| |
| PointAY |
The Y coordinate of the "A" point.
| |
| PointBX |
The X coordinate of the "B" point.
| |
| PointBY |
The Y coordinate of the "B" point.
| |
| 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 CogSerializableChangedEventBase.) |
See Also