M_Cyjb_Text_LocationMap_Add - CYJB/Cyjb GitHub Wiki
添加指定的位置映射。
Namespace: Cyjb.Text
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public void Add(
int location,
int mappedLocation
)
- location
- Type: System.Int32
要映射的位置。 - mappedLocation
- Type: System.Int32
映射到的位置。
从 location 映射到 mappedLocation。