C# Класс touchvg.core.MgCmdDrawRect

Наследование: MgCommandDraw
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
MgCmdDrawRect ( ) : System
addRectShape ( MgMotion sender ) : void

Приватные методы

Метод Описание
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

Описание методов

Create() публичный статический Метод

public static Create ( ) : MgCommand
Результат MgCommand

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

MgCmdDrawRect() защищенный Метод

protected MgCmdDrawRect ( ) : System
Результат System

Name() публичный статический Метод

public static Name ( ) : string
Результат string

addRectShape() защищенный Метод

protected addRectShape ( MgMotion sender ) : void
sender MgMotion
Результат void

backStep() публичный Метод

public backStep ( MgMotion sender ) : bool
sender MgMotion
Результат bool

getName() публичный Метод

public getName ( ) : string
Результат string

initialize() публичный Метод

public initialize ( MgMotion sender, touchvg.core.MgStorage s ) : bool
sender MgMotion
s touchvg.core.MgStorage
Результат bool

release() публичный Метод

public release ( ) : void
Результат void

touchBegan() публичный Метод

public touchBegan ( MgMotion sender ) : bool
sender MgMotion
Результат bool

touchEnded() публичный Метод

public touchEnded ( MgMotion sender ) : bool
sender MgMotion
Результат bool

touchMoved() публичный Метод

public touchMoved ( MgMotion sender ) : bool
sender MgMotion
Результат bool