C# Class Enigma.D3.MapHack.Markers.MapMarkerBase

Inheritance: Enigma.Wpf.NotifyingObject, IMapMarker
Mostrar archivo Open project: onethawt/enigma-d3

Public Methods

Method Description
CreateControl ( ) : object
MapMarkerBase ( int id ) : System
Update ( int worldId, System.Windows.Media.Media3D.Point3D origo ) : bool

Method Details

CreateControl() public abstract method

public abstract CreateControl ( ) : object
return object

MapMarkerBase() public method

public MapMarkerBase ( int id ) : System
id int
return System

Update() public abstract method

public abstract Update ( int worldId, System.Windows.Media.Media3D.Point3D origo ) : bool
worldId int
origo System.Windows.Media.Media3D.Point3D
return bool