C# Class PLC.PLCITView

Inheritance: PLCView
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public AddPhaseArrows ( ) : void
Résultat void

Animate() public méthode

public Animate ( ) : void
Résultat void

MoveGraphicToFront() public méthode

public MoveGraphicToFront ( IGraphic aDrawable ) : void
aDrawable IGraphic
Résultat void

PLCITView() public méthode

public PLCITView ( ) : System
Résultat System

PLCITView() public méthode

public PLCITView ( string name, int x, int y, int width, int height ) : System
name string
x int
y int
width int
height int
Résultat System