C# Class SiteView.Panel.VisioPanel

Visio面板图(包括单模和多模)
显示文件 Open project: SiteView/ECC8.13 Class Usage Examples

Private Properties

Property Type Description
InitializeTimer void
LoadVdxFile void
ScalePanelH void
ScalePanelW void
ShowVisioPanel void
timer_Tick void

Public Methods

Method Description
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

构造对象

Private Methods

Method Description
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

动态展示状态

Method Details

Dispose() public method

释放资源
public Dispose ( ) : void
return void

ScalePanel() public method

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

ScalePanel() public method

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

VisioPanel() public method

构造对象
public VisioPanel ( ) : System
return System

VisioPanel() public method

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

VisioPanel() public method

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