Main Page | Namespace List | Class Hierarchy | Class List | Class Members

MQClientInterface::PenStyle Class Reference

List of all members.

Public Member Functions

override bool Equals (System.Object obj)
bool Equals (PenStyle otherObject)
override int GetHashCode ()

Static Public Member Functions

static bool operator== (PenStyle obj1, PenStyle obj2)
static bool operator!= (PenStyle obj1, PenStyle obj2)

Static Public Attributes

static readonly PenStyle SOLID = new PenStyle(_SOLID)
static readonly PenStyle DASH = new PenStyle(_DASH)
static readonly PenStyle DOT = new PenStyle(_DOT)
static readonly PenStyle DASH_DOT = new PenStyle(_DASH_DOT)
static readonly PenStyle DASH_DOT_DOT = new PenStyle(_DASH_DOT_DOT)
static readonly PenStyle NONE = new PenStyle(_NONE)

Detailed Description

Pen styles for Rectangle and Line primitives.


Member Function Documentation

bool MQClientInterface::PenStyle::Equals PenStyle  otherObject  )  [inline]
 

Equals(type)

Parameters:
otherObject the object to compare this PenStyle against.
Returns:
true if the PenStyle objects are equal; false otherwise.

override bool MQClientInterface::PenStyle::Equals System.Object  obj  )  [inline]
 

Equals(object)

Parameters:
obj the object to compare this PenStyle against.
Returns:
true if the PenStyle objects are equal; false otherwise.

override int MQClientInterface::PenStyle::GetHashCode  )  [inline]
 

Returns a hash code for this PenStyle.

Returns:
a hash code value for this PenStyle.

static bool MQClientInterface::PenStyle::operator!= PenStyle  obj1,
PenStyle  obj2
[inline, static]
 

Inequality operator

Parameters:
obj1 PenStyle 1 to compare
obj2 PenStyle 2 to compare

static bool MQClientInterface::PenStyle::operator== PenStyle  obj1,
PenStyle  obj2
[inline, static]
 

Equality operator

Parameters:
obj1 PenStyle 1 to compare
obj2 PenStyle 2 to compare


Member Data Documentation

readonly PenStyle MQClientInterface::PenStyle::DASH = new PenStyle(_DASH) [static]
 

PenStyle constant for Dash

readonly PenStyle MQClientInterface::PenStyle::DASH_DOT = new PenStyle(_DASH_DOT) [static]
 

PenStyle constant for DashDot

readonly PenStyle MQClientInterface::PenStyle::DASH_DOT_DOT = new PenStyle(_DASH_DOT_DOT) [static]
 

PenStyle constant for DashDotDot

readonly PenStyle MQClientInterface::PenStyle::DOT = new PenStyle(_DOT) [static]
 

PenStyle constant for Dot

readonly PenStyle MQClientInterface::PenStyle::NONE = new PenStyle(_NONE) [static]
 

PenStyle constant for None

readonly PenStyle MQClientInterface::PenStyle::SOLID = new PenStyle(_SOLID) [static]
 

PenStyle constant for Solid


The documentation for this class was generated from the following file:
Generated on Wed Oct 10 22:12:33 2007 for MapQuest Advantage .NET(C#) API Reference by  doxygen 1.4.1