...
Sample
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
string source = @"C:\TEMP\Image1.png"; string destination = @"C:\TEMP\Image1.soi"; int size = SigDev.ConvertPadResourceImage(source, ref destination, 0); |
...
...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
string source = @"C:\TEMP\Image1.png"; string destination = @"C:\TEMP\Image1.soi"; int size = SigDev.ConvertPadResourceImage(source, ref destination, 0); |
...