Click or drag to resize

MapObject Constructor

Initializes a new instance of the MapObject class

Namespace:  Ptv.XServer.Controls.Map.TileProviders
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public MapObject(
	string id,
	string layer,
	Point point,
	Point logicalPosition,
	Func attributes
)

Parameters

id
Type: SystemString
layer
Type: SystemString
point
Type: System.WindowsPoint
logicalPosition
Type: System.WindowsPoint
attributes
Type: SystemFuncTResult
See Also