C# 클래스 SiteView.Panel.TopGraphics

拓扑图
파일 보기 프로젝트 열기: SiteView/ECC8.13

공개 메소드들

메소드 설명
TopGraphics ( ) : System

构造对象

TopGraphics ( string Vdx, Control Parent ) : System

构造对象

TopGraphics ( string Vdx, MindFusion.FlowChartX.FlowChart Document ) : System

构造对象

비공개 메소드들

메소드 설명
DrawSelectedStatus ( RectangleF rec ) : void

绘制选择状态

InitializeDocument ( ) : void

初始化Document

ShowTopGraphics ( ) : void

显示拓扑图

_document_MouseClick ( object sender, MouseEventArgs e ) : void

Document鼠标单击事件

_document_MouseMove ( object sender, MouseEventArgs e ) : void

Document鼠标移动事件

메소드 상세

TopGraphics() 공개 메소드

构造对象
public TopGraphics ( ) : System
리턴 System

TopGraphics() 공개 메소드

构造对象
public TopGraphics ( string Vdx, Control Parent ) : System
Vdx string 拓扑图Vdx文件
Parent System.Windows.Forms.Control 显示整个拓扑图的父控件
리턴 System

TopGraphics() 공개 메소드

构造对象
public TopGraphics ( string Vdx, MindFusion.FlowChartX.FlowChart Document ) : System
Vdx string 拓扑图Vdx文件
Document MindFusion.FlowChartX.FlowChart 显示拓扑图的FlowChart控件
리턴 System