C# 클래스 Viewer.SvgViewerForm

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

공개 메소드들

메소드 설명
ClickMe ( IEvent e ) : void
SvgViewerForm ( ) : System

Initialises a new instance of the SvgViewerForm class.

SvgViewerForm ( string filePath ) : System

Initialises a new instance of the SvgViewerForm class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Main ( string cmdLineArgs ) : void
SvgViewerForm_Load ( object sender, System e ) : void
addSvgTestSuiteMenu ( ) : void

Adds the Svg test suite menu items to the form's menu.

addSvgTestSuiteMenuItem ( string testCategory, string testName ) : void

Add a new Svg test suite menu item.

btnGo_Click ( object sender, System e ) : void
loadSvgtestSuiteFile ( object sender, System e ) : void
loadUrl ( string url ) : void
miAbout_Click ( object sender, System e ) : void
miClearCache_Click ( object sender, System e ) : void
miCopy_Click ( object sender, System e ) : void

The following code will load the SVGDOM, render to a emf, and place the EMF on the clipboard. Kt seems more complicated than it should see http://www.dotnet247.com/247reference/msgs/23/118514.aspx for why the straight forward solution does not work.

miExit_Click ( object sender, System e ) : void
miOpenLocal_Click ( object sender, System e ) : void
miShowRefImage_Click ( object sender, System e ) : void
openFileDialog1_FileOk ( object sender, System e ) : void

메소드 상세

ClickMe() 공개 메소드

public ClickMe ( IEvent e ) : void
e IEvent
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

SvgViewerForm() 공개 메소드

Initialises a new instance of the SvgViewerForm class.
public SvgViewerForm ( ) : System
리턴 System

SvgViewerForm() 공개 메소드

Initialises a new instance of the SvgViewerForm class.
public SvgViewerForm ( string filePath ) : System
filePath string /// The URL the SvgViewerForm object /// will open. ///
리턴 System