>> Now this time I am using the Cairo.Matrix dll in my monoandroid >> application to load the some System.Drawing.Drawing2D.Matix Class Methods >> it >> works fine at build time
>How does this work at build time? Mono for Android only provides a subset of the System.Drawing >namespace, and certainly doesn't provide the Matrix class: > http://androidapi.xamarin.com/?link=N%3aSystem.Drawing Yes Jon,Mono for Android only provides a subset of the System.Drawing, but here so I am using Cairo.Matrix it can provide me the to implement the Matrix. >> gives an error *"System.NullReferenceException: Object reference not set >> to > >an instance of an object."* >> when I intialize the Cairo.Matrix Class error is >> *"Exception in loading dicom filelibcairo-2.dll."* >Your assembly is trying to load the native library `libcairo-2.dll`, which doesn't exist. If you want to use >Cairo, you'll need to get an ARM libcairo-2.so library and distribute it with your app. But I am already using the* "Using Cairo.Matrix" *also attach reference. why this arises such error* Object reference not set to an instance of an object.?* also If Possible To You Please send me the download link for ARM libcairo-2.dll >- Jon ----- Regards Pritish -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Cairo-Matrix-dll-gives-an-Error-Object-reference-not-set-to-an-instance-of-an-object-tp5106920p5109420.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
