Beispiel #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));
    }
    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);
    }
Beispiel #3
0
 public static extern int mono_test_marshal_mixed_point(MixedPoint p);
 public static extern int mono_test_marshal_mixed_point(MixedPoint p);