C# Class touchvg.core.MgCmdDrawRect

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

Public Methods

Method Description
Create ( ) : MgCommand
Dispose ( ) : void
Name ( ) : string
backStep ( MgMotion sender ) : 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

Protected Methods

Method Description
MgCmdDrawRect ( ) : System
addRectShape ( MgMotion sender ) : void

Private Methods

Method Description
MgCmdDrawRect ( IntPtr cPtr, bool cMemoryOwn ) : System
SwigDerivedClassHasMethod ( string methodName, Type methodTypes ) : bool
SwigDirectorConnect ( ) : void
SwigDirectoraddRectShape ( IntPtr sender ) : void
SwigDirectorbackStep ( IntPtr sender ) : bool
SwigDirectorcancel ( IntPtr sender ) : bool
SwigDirectorclick ( IntPtr sender ) : bool
SwigDirectorcreateShape ( IntPtr arg0 ) : IntPtr
SwigDirectordoContextAction ( IntPtr sender, int action ) : bool
SwigDirectordoubleClick ( IntPtr sender ) : bool
SwigDirectordraw ( IntPtr sender, IntPtr gs ) : bool
SwigDirectorgatherShapes ( IntPtr sender, IntPtr shapes ) : int
SwigDirectorgetMaxStep ( ) : int
SwigDirectorgetName ( ) : string
SwigDirectorinitialize ( IntPtr sender, IntPtr s ) : bool
SwigDirectorisDrawingCommand ( ) : bool
SwigDirectorisFloatingCommand ( ) : bool
SwigDirectorlongPress ( IntPtr sender ) : bool
SwigDirectormouseHover ( IntPtr sender ) : bool
SwigDirectorrelease ( ) : void
SwigDirectorsetStepPoint ( int step, IntPtr pt ) : void
SwigDirectortouchBegan ( IntPtr sender ) : bool
SwigDirectortouchEnded ( IntPtr sender ) : bool
SwigDirectortouchMoved ( IntPtr sender ) : bool
SwigDirectortwoFingersMove ( IntPtr sender ) : bool
getCPtr ( MgCmdDrawRect obj ) : HandleRef

Method Details

Create() public static method

public static Create ( ) : MgCommand
return MgCommand

Dispose() public method

public Dispose ( ) : void
return void

MgCmdDrawRect() protected method

protected MgCmdDrawRect ( ) : System
return System

Name() public static method

public static Name ( ) : string
return string

addRectShape() protected method

protected addRectShape ( MgMotion sender ) : void
sender MgMotion
return void

backStep() public method

public backStep ( MgMotion sender ) : bool
sender MgMotion
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