internal Class454 method_0(IShape2D shape, GraphicsConfig config) { Struct13 key = new Struct13(shape, config.ShapeFlattenEpsilon); Class454 class454_1; if (this.dictionary_0.TryGetValue(key, out class454_1)) { return(class454_1); } Class454 class454_2 = new Class454(shape, config); this.dictionary_0.Add(key, class454_2); return(class454_2); }
internal static extern bool SetViewportOrgEx(IntPtr A_0, int A_1, int A_2, ref Struct13 A_3);
internal static extern bool MoveToEx(IntPtr A_0, int A_1, int A_2, ref Struct13 A_3);
public static PointF smethod_1(Struct13 A_0) { return(new PointF((float)A_0.int_0, (float)A_0.int_1)); }
public static Point smethod_0(Struct13 A_0) { return(new Point(A_0.int_0, A_0.int_1)); }