C# 클래스 SiteView.Panel.VisioPanel

Visio面板图(包括单模和多模)
파일 보기 프로젝트 열기: SiteView/ECC8.13 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InitializeTimer void
LoadVdxFile void
ScalePanelH void
ScalePanelW void
ShowVisioPanel void
timer_Tick void

공개 메소드들

메소드 설명
Dispose ( ) : void

释放资源

ScalePanel ( float scale ) : void

整体缩放面板

ScalePanel ( float scaleW, float scaleH ) : void

按宽高比例缩放面板图

VisioPanel ( ) : System

构造对象

VisioPanel ( MindFusion.FlowChartX.FlowChart Document ) : System

构造对象

VisioPanel ( string EqOid, MindFusion.FlowChartX.FlowChart Document ) : System

构造对象

비공개 메소드들

메소드 설명
InitializeTimer ( ) : void

初始化Timer

LoadVdxFile ( string EqOid ) : void

装载Vdx文件并显示面板图

ScalePanelH ( float scaleH ) : void

面板图高度缩放

ScalePanelW ( float scaleW ) : void

面板图宽度缩放

ShowVisioPanel ( string VdxFile ) : void

显示Visio面板图

timer_Tick ( object sender, EventArgs e ) : void

动态展示状态

메소드 상세

Dispose() 공개 메소드

释放资源
public Dispose ( ) : void
리턴 void

ScalePanel() 공개 메소드

整体缩放面板
public ScalePanel ( float scale ) : void
scale float 缩放比例
리턴 void

ScalePanel() 공개 메소드

按宽高比例缩放面板图
public ScalePanel ( float scaleW, float scaleH ) : void
scaleW float 宽缩放比例
scaleH float 高缩放比例
리턴 void

VisioPanel() 공개 메소드

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

VisioPanel() 공개 메소드

构造对象
public VisioPanel ( MindFusion.FlowChartX.FlowChart Document ) : System
Document MindFusion.FlowChartX.FlowChart
리턴 System

VisioPanel() 공개 메소드

构造对象
public VisioPanel ( string EqOid, MindFusion.FlowChartX.FlowChart Document ) : System
EqOid string 设备oid
Document MindFusion.FlowChartX.FlowChart
리턴 System