C# Class touchvg.core.MgCmdDrawRect

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
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

Méthodes protégées

Méthode Description
MgCmdDrawRect ( ) : System
addRectShape ( MgMotion sender ) : void

Private Methods

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

public static Create ( ) : MgCommand
Résultat MgCommand

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MgCmdDrawRect() protected méthode

protected MgCmdDrawRect ( ) : System
Résultat System

Name() public static méthode

public static Name ( ) : string
Résultat string

addRectShape() protected méthode

protected addRectShape ( MgMotion sender ) : void
sender MgMotion
Résultat void

backStep() public méthode

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