C# Class touchvg.core.MgCmdArc3P

Inheritance: MgCommandDraw
Afficher le fichier Open project: rhcad/touchvg-v0.6 Class Usage Examples

Méthodes publiques

Méthode Description
Create ( ) : MgCommand
Dispose ( ) : void
Name ( ) : string
draw ( MgMotion sender, GiGraphics gs ) : bool
getName ( ) : string
initialize ( MgMotion sender, touchvg.core.MgStorage s ) : bool
release ( ) : void
touchBegan ( MgMotion sender ) : bool
touchEnded ( MgMotion sender ) : bool
touchMoved ( MgMotion sender ) : bool

Private Methods

Méthode Description
MgCmdArc3P ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( MgCmdArc3P obj ) : HandleRef

Method Details

Create() public static méthode

public static Create ( ) : MgCommand
Résultat MgCommand

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Name() public static méthode

public static Name ( ) : string
Résultat string

draw() public méthode

public draw ( MgMotion sender, GiGraphics gs ) : bool
sender MgMotion
gs GiGraphics
Résultat bool

getName() public méthode

public getName ( ) : string
Résultat string

initialize() public méthode

public initialize ( MgMotion sender, touchvg.core.MgStorage s ) : bool
sender MgMotion
s touchvg.core.MgStorage
Résultat bool

release() public méthode

public release ( ) : void
Résultat void

touchBegan() public méthode

public touchBegan ( MgMotion sender ) : bool
sender MgMotion
Résultat bool

touchEnded() public méthode

public touchEnded ( MgMotion sender ) : bool
sender MgMotion
Résultat bool

touchMoved() public méthode

public touchMoved ( MgMotion sender ) : bool
sender MgMotion
Résultat bool