Ejemplo n.º 1
0
    public static int test_0_marshal_mixed_point()
    {
        MixedPoint mpt = new MixedPoint();

        mpt.x = 5;
        mpt.y = 6.75;

        return(mono_test_marshal_mixed_point(mpt));
    }
Ejemplo n.º 2
0
    public static int test_0_marshal_mixed_point()
    {
        MixedPoint mpt = new MixedPoint();
        mpt.x = 5;
        mpt.y = 6.75;

        return mono_test_marshal_mixed_point(mpt);
    }
Ejemplo n.º 3
0
 public static extern int mono_test_marshal_mixed_point(MixedPoint p);
Ejemplo n.º 4
0
 public static extern int mono_test_marshal_mixed_point(MixedPoint p);