C# 클래스 RockSmithTabExplorer.Services.ExportImageService

파일 보기 프로젝트 열기: Jamedjo/RSTabExplorer 1 사용 예제들

공개 메소드들

메소드 설명
ExportToPNG ( string imgpath, Image image ) : void
SavePNGFromDialog ( RockSmithTabExplorer tabControl, string fileName ) : void

비공개 메소드들

메소드 설명
DoWithElementAtSize ( FrameworkElement element, Size size, System.Action action ) : void

메소드 상세

ExportToPNG() 공개 메소드

public ExportToPNG ( string imgpath, Image image ) : void
imgpath string
image Image
리턴 void

SavePNGFromDialog() 공개 메소드

public SavePNGFromDialog ( RockSmithTabExplorer tabControl, string fileName ) : void
tabControl RockSmithTabExplorer
fileName string
리턴 void