You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
580 B
18 lines
580 B
using System; |
|
|
|
namespace Kingo.Mobile.Shape2KOTool.XSDClass |
|
{ |
|
// Token: 0x02000081 RID: 129 |
|
public class AnchorPointClass |
|
{ |
|
// Token: 0x170001A4 RID: 420 |
|
// (get) Token: 0x060004BF RID: 1215 RVA: 0x00019290 File Offset: 0x00017490 |
|
// (set) Token: 0x060004C0 RID: 1216 RVA: 0x000192A7 File Offset: 0x000174A7 |
|
public double X { get; set; } |
|
|
|
// Token: 0x170001A5 RID: 421 |
|
// (get) Token: 0x060004C1 RID: 1217 RVA: 0x000192B0 File Offset: 0x000174B0 |
|
// (set) Token: 0x060004C2 RID: 1218 RVA: 0x000192C7 File Offset: 0x000174C7 |
|
public double Y { get; set; } |
|
} |
|
}
|
|
|