C# 클래스 touchvg.core.MgCmdArc3P

상속: MgCommandDraw
파일 보기 프로젝트 열기: rhcad/touchvg-v0.6 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
MgCmdArc3P ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( MgCmdArc3P obj ) : HandleRef

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : MgCommand
리턴 MgCommand

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Name() 공개 정적인 메소드

public static Name ( ) : string
리턴 string

draw() 공개 메소드

public draw ( MgMotion sender, GiGraphics gs ) : bool
sender MgMotion
gs GiGraphics
리턴 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