Inheritance diagram for MQClientInterface::Primitive:

Public Member Functions | |
| Primitive () | |
| override void | Init () |
| override bool | Equals (System.Object obj) |
| bool | Equals (Primitive otherObject) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static bool | operator== (Primitive obj1, Primitive obj2) |
| static bool | operator!= (Primitive obj1, Primitive obj2) |
Properties | |
| virtual System.String | Key |
| virtual DrawTrigger | DrawTrigger |
| virtual CoordinateType | CoordinateType |
| virtual long | Opacity |
|
|
Default constructor. |
|
|
Equals(type)
|
|
|
Equals(object)
Reimplemented from MQClientInterface::MQObject. Reimplemented in MQClientInterface::LinePrimitive, MQClientInterface::PolygonPrimitive, MQClientInterface::RectanglePrimitive, MQClientInterface::SymbolPrimitive, and MQClientInterface::TextPrimitive. |
|
|
Returns a hash code for this Primitive.
Reimplemented from MQClientInterface::MQObject. Reimplemented in MQClientInterface::LinePrimitive, MQClientInterface::PolygonPrimitive, MQClientInterface::RectanglePrimitive, MQClientInterface::SymbolPrimitive, and MQClientInterface::TextPrimitive. |
|
|
Initialize. Reimplemented from MQClientInterface::MQObject. Reimplemented in MQClientInterface::EllipsePrimitive, MQClientInterface::LinePrimitive, MQClientInterface::PolygonPrimitive, MQClientInterface::RectanglePrimitive, MQClientInterface::SymbolPrimitive, and MQClientInterface::TextPrimitive. |
|
||||||||||||
|
Inequality operator |
|
||||||||||||
|
Equality operator |
|
|
Coordinate type property. |
|
|
Draw Trigger property. Position in draw to order to place primitive. |
|
|
Key property. |
|
|
Opacity property. Opacity of the primitve 0-255, 0 being invisible, 255 being opaque. 255 or opaque is default. |
1.4.1