C# Class RockSmithTabExplorer.Services.ExportImageService

Show file Open project: Jamedjo/RSTabExplorer Class Usage Examples

Public Methods

Method Description
ExportToPNG ( string imgpath, Image image ) : void
SavePNGFromDialog ( RockSmithTabExplorer tabControl, string fileName ) : void

Private Methods

Method Description
DoWithElementAtSize ( FrameworkElement element, Size size, System.Action action ) : void

Method Details

ExportToPNG() public method

public ExportToPNG ( string imgpath, Image image ) : void
imgpath string
image Image
return void

SavePNGFromDialog() public method

public SavePNGFromDialog ( RockSmithTabExplorer tabControl, string fileName ) : void
tabControl RockSmithTabExplorer
fileName string
return void