C# Class PLC.PLCITView

Inheritance: PLCView
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
AddPhaseArrows ( ) : void
Animate ( ) : void
MoveGraphicToFront ( IGraphic aDrawable ) : void
PLCITView ( ) : System
PLCITView ( string name, int x, int y, int width, int height ) : System

Private Methods

Method Description
DoFlyIn ( ITPhaseControl control, int steps ) : void
FlyAGraphic ( IGraphPort graphPort, GDIDIBSection srcPixelBuffer, Rectangle startFrame, GDIDIBSection dstPixelBuffer, Rectangle endFrame, int steps ) : void

Method Details

AddPhaseArrows() public method

public AddPhaseArrows ( ) : void
return void

Animate() public method

public Animate ( ) : void
return void

MoveGraphicToFront() public method

public MoveGraphicToFront ( IGraphic aDrawable ) : void
aDrawable IGraphic
return void

PLCITView() public method

public PLCITView ( ) : System
return System

PLCITView() public method

public PLCITView ( string name, int x, int y, int width, int height ) : System
name string
x int
y int
width int
height int
return System