[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.LocatedObject

类 LocatedObject

带坐标定位器的对象。

继承
object
LocatedObject
命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public class LocatedObject

构造函数

LocatedObject(object, LocationIndicator)

构造函数。

声明
public LocatedObject(object obj, LocationIndicator location)
参数
类型 名称 描述
object obj

对象。

LocationIndicator location

坐标定位器。

属性

Location

坐标定位器。

声明
public LocationIndicator Location { get; set; }
属性值
类型 描述
LocationIndicator

Object

有坐标定位器的对象。

声明
public object Object { get; set; }
属性值
类型 描述
object