예제 #1
0
    internal static DashCap smethod_4(StrokeEndCap A_0)
    {
        switch (A_0)
        {
        case StrokeEndCap.Flat:
        case StrokeEndCap.Square:
            return(DashCap.Flat);

        case StrokeEndCap.Round:
            return(DashCap.Round);
        }
        throw new ArgumentOutOfRangeException();
    }
예제 #2
0
 public void method_19(StrokeEndCap A_0)
 {
     this.method_40(0x1d7, A_0);
 }
예제 #3
0
 internal static string smethod_28(StrokeEndCap A_0)
 {
     return((string)Class791.smethod_3(hashtable_27, A_0, ""));
 }