C# Class RockSmithTabExplorer.Services.ExportImageService

Afficher le fichier Open project: Jamedjo/RSTabExplorer Class Usage Examples

Méthodes publiques

Méthode Description
ExportToPNG ( string imgpath, Image image ) : void
SavePNGFromDialog ( RockSmithTabExplorer tabControl, string fileName ) : void

Private Methods

Méthode Description
DoWithElementAtSize ( FrameworkElement element, Size size, System.Action action ) : void

Method Details

ExportToPNG() public méthode

public ExportToPNG ( string imgpath, Image image ) : void
imgpath string
image Image
Résultat void

SavePNGFromDialog() public méthode

public SavePNGFromDialog ( RockSmithTabExplorer tabControl, string fileName ) : void
tabControl RockSmithTabExplorer
fileName string
Résultat void