C# Class touchvg.core.MgActionDispatcher

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
doAction ( MgMotion sender, int action ) : bool
showInDrawing ( MgMotion sender, MgShape shape ) : bool
showInSelect ( MgMotion sender, int selState, MgShape shape, Box2d selbox ) : bool

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

doAction() public method

public doAction ( MgMotion sender, int action ) : bool
sender MgMotion
action int
return bool

showInDrawing() public method

public showInDrawing ( MgMotion sender, MgShape shape ) : bool
sender MgMotion
shape MgShape
return bool

showInSelect() public method

public showInSelect ( MgMotion sender, int selState, MgShape shape, Box2d selbox ) : bool
sender MgMotion
selState int
shape MgShape
selbox Box2d
return bool

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool