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
)
Public Sub New (
id As String,
layer As String,
point As Point,
logicalPosition As Point,
attributes As Func
)
public:
MapObject(
String^ id,
String^ layer,
Point point,
Point logicalPosition,
Func^ attributes
)
new :
id : string *
layer : string *
point : Point *
logicalPosition : Point *
attributes : Func -> MapObject
Parameters
- id
- Type: SystemString
- layer
- Type: SystemString
- point
- Type: System.WindowsPoint
- logicalPosition
- Type: System.WindowsPoint
- attributes
- Type: SystemFuncTResult
See Also