Esempio n. 1
0
 /// <summary>This will save the current texture state with the specified save name.</summary>
 public void Save(string saveName)
 {
     if (activated == true && string.IsNullOrEmpty(saveName) == false)
     {
         P3dHelper.SaveBytes(saveName, GetPngData());
     }
 }