Or is there another way to change the data of an image through oxide / unity?
Using System.Drawing in my plugin to make a bitmap?
Discussion in 'Rust Development' started by carny666, Dec 15, 2017.
-
Wulf Community Admin
You can reference System.Drawing via // Reference: System.Drawing at the top of your plugin and then just call what you need. I'm unsure if it will all translate to the client though.
-
C#, so you mean:
Code:using System.Drawing;
Are you saying it's okay to add a reference to System.Drawing.dll in the project?
[DOUBLEPOST=1513371854][/DOUBLEPOST]Found an example with lusty map.. thanks! -
Wulf Community Admin
-
yeah i get that now.. can you believe people pay me to do this (code I mean)