Exemple #1
0
    internal static LineJoin smethod_2(StrokeJoinStyle A_0)
    {
        switch (A_0)
        {
        case StrokeJoinStyle.Bevel:
            return(LineJoin.Bevel);

        case StrokeJoinStyle.Miter:
            return(LineJoin.Miter);

        case StrokeJoinStyle.Round:
            return(LineJoin.Round);
        }
        throw new ArgumentOutOfRangeException();
    }
Exemple #2
0
 public void method_17(StrokeJoinStyle A_0)
 {
     this.method_40(470, A_0);
 }
Exemple #3
0
 internal static string smethod_24(StrokeJoinStyle A_0)
 {
     return((string)Class791.smethod_3(hashtable_23, A_0, ""));
 }