C# Class touchvg.core.MgCmdArc3P

Inheritance: MgCommandDraw
Datei anzeigen Open project: rhcad/touchvg-v0.6 Class Usage Examples

Public Methods

Method 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

Method Description
MgCmdArc3P ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( MgCmdArc3P obj ) : HandleRef

Method Details

Create() public static method

public static Create ( ) : MgCommand
return MgCommand

Dispose() public method

public Dispose ( ) : void
return void

Name() public static method

public static Name ( ) : string
return string

draw() public method

public draw ( MgMotion sender, GiGraphics gs ) : bool
sender MgMotion
gs GiGraphics
return bool

getName() public method

public getName ( ) : string
return string

initialize() public method

public initialize ( MgMotion sender, touchvg.core.MgStorage s ) : bool
sender MgMotion
s touchvg.core.MgStorage
return bool

release() public method

public release ( ) : void
return void

touchBegan() public method

public touchBegan ( MgMotion sender ) : bool
sender MgMotion
return bool

touchEnded() public method

public touchEnded ( MgMotion sender ) : bool
sender MgMotion
return bool

touchMoved() public method

public touchMoved ( MgMotion sender ) : bool
sender MgMotion
return bool