Menu

#17 Add SaveAs() to Windows.PlotSurface2D.cs to create a file

open
nobody
SaveAs (1)
5
2015-03-29
2015-03-29
No

I am interested in contributing to this project.

Here's a prototype to what I've added so far:

/// <summary>
/// Save as a picture file.
/// </summary>
/// <param name="FilePath">File name.</param>
/// <param name="width">Image width.</param>
/// <param name="height">Image height.</param>
/// <param name="imageFormat">Image format.</param>
/// <returns>True if file saved.</returns>
public bool SaveAsFile(string FilePath, int width, int height,
System.Drawing.Imaging.ImageFormat imageFormat)
{}

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.