コード例 #1
0
    internal Class72(int A_0)
    {
        this.int_0 = 0;
        switch (A_0)
        {
        case 0:
            this.handlePositionType_0 = HandlePositionType.LeftTop;
            return;

        case 1:
            this.handlePositionType_0 = HandlePositionType.RightBottom;
            return;

        case 2:
            this.handlePositionType_0 = HandlePositionType.Center;
            return;
        }
        if ((A_0 >= 3) && (A_0 <= 0x84))
        {
            this.handlePositionType_0 = HandlePositionType.Formula;
            this.int_0 = A_0 - 3;
        }
        else
        {
            this.handlePositionType_0 = HandlePositionType.Adjust;
            this.int_0 = A_0 - 0x100;
        }
    }
コード例 #2
0
 internal Class72(HandlePositionType A_0, int A_1)
 {
     this.handlePositionType_0 = A_0;
     this.int_0 = A_1;
 }