C# 클래스 PDFExport.PDFExportPlugin

A plugin to export a diagram to a pdf.
상속: NClass.GUI.Plugin
파일 보기 프로젝트 열기: gbaychev/NClass

공개 메소드들

메소드 설명
PDFExportPlugin ( NClassEnvironment environment ) : System

Constructs a new instance of PDFExportPlugin.

보호된 메소드들

메소드 설명
Launch ( ) : void

Starts the functionality of the plugin.

비공개 메소드들

메소드 설명
PDFExportPlugin ( ) : System

Set up the current culture for the strings.

menuItem_Click ( object sender, EventArgs e ) : void

Starts the export.

메소드 상세

Launch() 보호된 메소드

Starts the functionality of the plugin.
protected Launch ( ) : void
리턴 void

PDFExportPlugin() 공개 메소드

Constructs a new instance of PDFExportPlugin.
public PDFExportPlugin ( NClassEnvironment environment ) : System
environment NClass.GUI.NClassEnvironment An instance of NClassEnvironment.
리턴 System