예제 #1
0
        // Token: 0x06000155 RID: 341 RVA: 0x000099F0 File Offset: 0x00007BF0
        public GraphicsPath jn(Rectangle jo, iT.Ny jp)
        {
            GraphicsPath graphicsPath = new GraphicsPath();

            if (jp.Nz)
            {
                graphicsPath.AddArc(new Rectangle(jo.X, jo.Y, jo.Height, jo.Height), -270f, 180f);
            }
            else
            {
                graphicsPath.AddLine(jo.X, jo.Y + jo.Height, jo.X, jo.Y);
            }
            if (jp.NA)
            {
                graphicsPath.AddArc(new Rectangle(jo.X + jo.Width - jo.Height, jo.Y, jo.Height, jo.Height), -90f, 180f);
            }
            else
            {
                graphicsPath.AddLine(jo.X + jo.Width, jo.Y, jo.X + jo.Width, jo.Y + jo.Height);
            }
            graphicsPath.CloseAllFigures();
            return(graphicsPath);
        }
예제 #2
0
 // Token: 0x06000156 RID: 342 RVA: 0x00009AF8 File Offset: 0x00007CF8
 public object jn(int jq, int jr, int js, int jt, iT.Ny ju)
 {
     return(this.jn(new Rectangle(jq, jr, js, jt), ju));
 }