The Graphic type exposes the following members.

Constructors

  NameDescription
GraphicOverloaded.
Initializes a new instance of the Graphic class.

Methods

  NameDescription
Clone
Returns a new Graphic with properties equal to the current Graphic.
CreateFromXmlString
Helper method to generate an object from its XML representation, used to deserialize an object passed to a worker thread.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Move
Moves the Graphic by the specified amounts in along the x and y axes.
MoveTo
Moves the Graphic to the specified x and y coordinates.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
ToXmlString
Helper method to serialize an object to its XML representation, used to serialize an object to pass to a worker thread.

Properties

  NameDescription
Geometry
Gets or sets the Geometry used as the location and shape of the Graphic.
HighlightOnMouseOver
Gets or sets whether the Graphic is highlighted when the user moves the mouse over it in the map.
Label
Gets or sets the label of the Graphic, shown when the mouse pointer is hovered over the Graphic.
LabelVisibility
Gets or sets the label visibility for a Graphic.
Placement3D
Gets or sets a value controlling how the Graphic is placed in the 3D view.
ShapeType
Gets or sets the descriptive shape type of the Graphic.
Symbol
Gets or sets the symbol used to draw the Graphic.
Tag
Gets or sets an object that contains data relating to the Graphic; can be used to help identify the Graphic or associate it with other data or actions.
Visible
Gets or sets whether the Graphic is visible in the View.

See Also