T_Cyjb_Text_LocationMap - CYJB/Cyjb GitHub Wiki
提供将位置线性映射到其它范围的能力。
System.Object
Cyjb.Text.LocationMap
Namespace: Cyjb.Text
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public sealed class LocationMap
The LocationMap type exposes the following members.
名称 | 说明 | |
---|---|---|
![]() |
LocationMap() | 初始化 LocationMap 类的新实例。 |
![]() |
LocationMap(IEnumerable(Tuple(Int32, Int32)), LocationMapType) | 使用指定的位置映射关系初始化 LocationMap 类的新实例。 |
名称 | 说明 | |
---|---|---|
![]() |
Add | 添加指定的位置映射。 |
![]() |
AddOffset | 添加指定的位置偏移映射。 |
![]() |
Clear | 清除所有映射。 |
![]() |
Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
![]() |
GetHashCode | Serves as the default hash function. (继承自 Object。) |
![]() |
GetType | Gets the Type of the current instance. (继承自 Object。) |
![]() |
MapLocation | 映射指定的位置。 |
![]() |
ToString | Returns a string that represents the current object. (继承自 Object。) |