Click or drag to resize

MagnifierMap Methods

The MagnifierMap type exposes the following members.

Methods
  NameDescription
Protected methodInitialize
Initializes the map gadget. The mouse events are connected and the gadget is added to the map gadgets list of the parent map.
(Overrides MapGadgetInitialize.)
Public methodInitializeComponent
InitializeComponent
Protected methodUnInitialize
Uninitializes the map gadget. The mouse events are disconnected and the gadget is removed from the parent map gadget list.
(Overrides MapGadgetUnInitialize.)
Public methodUpdateContent
Updates the inner content of the map gadget according to the currently set colors.
(Inherited from MapGadget.)
Top
Extension Methods
  NameDescription
Public Extension MethodFindRelativeT
Finds an object of type T for a framework element which is somewhere in the visual tree.
(Defined by MapElementExtensions.)
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also