C# 클래스 touchvg.core.MgShape

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

공개 메소드들

메소드 설명
Dispose ( ) : void
Type ( ) : int
cloneShape ( ) : MgShape
context ( ) : GiContext
contextc ( ) : GiContext
copy ( touchvg.core.MgObject src ) : void
draw ( int mode, GiGraphics gs, GiContext ctx, int segment ) : bool
equals ( touchvg.core.MgObject src ) : bool
getID ( ) : int
getParent ( ) : touchvg.core.MgShapes
getTag ( ) : int
hasFillColor ( ) : bool
isKindOf ( int type ) : bool
load ( MgShapeFactory factory, touchvg.core.MgStorage s ) : bool
save ( touchvg.core.MgStorage s ) : bool
setParent ( touchvg.core.MgShapes p, int sid ) : void
setTag ( int tag ) : void
shape ( ) : touchvg.core.MgBaseShape
shapec ( ) : touchvg.core.MgBaseShape

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Type() 공개 정적인 메소드

public static Type ( ) : int
리턴 int

cloneShape() 공개 메소드

public cloneShape ( ) : MgShape
리턴 MgShape

context() 공개 메소드

public context ( ) : GiContext
리턴 GiContext

contextc() 공개 메소드

public contextc ( ) : GiContext
리턴 GiContext

copy() 공개 메소드

public copy ( touchvg.core.MgObject src ) : void
src touchvg.core.MgObject
리턴 void

draw() 공개 메소드

public draw ( int mode, GiGraphics gs, GiContext ctx, int segment ) : bool
mode int
gs GiGraphics
ctx GiContext
segment int
리턴 bool

equals() 공개 메소드

public equals ( touchvg.core.MgObject src ) : bool
src touchvg.core.MgObject
리턴 bool

getID() 공개 메소드

public getID ( ) : int
리턴 int

getParent() 공개 메소드

public getParent ( ) : touchvg.core.MgShapes
리턴 touchvg.core.MgShapes

getTag() 공개 메소드

public getTag ( ) : int
리턴 int

hasFillColor() 공개 메소드

public hasFillColor ( ) : bool
리턴 bool

isKindOf() 공개 메소드

public isKindOf ( int type ) : bool
type int
리턴 bool

load() 공개 메소드

public load ( MgShapeFactory factory, touchvg.core.MgStorage s ) : bool
factory MgShapeFactory
s touchvg.core.MgStorage
리턴 bool

save() 공개 메소드

public save ( touchvg.core.MgStorage s ) : bool
s touchvg.core.MgStorage
리턴 bool

setParent() 공개 메소드

public setParent ( touchvg.core.MgShapes p, int sid ) : void
p touchvg.core.MgShapes
sid int
리턴 void

setTag() 공개 메소드

public setTag ( int tag ) : void
tag int
리턴 void

shape() 공개 메소드

public shape ( ) : touchvg.core.MgBaseShape
리턴 touchvg.core.MgBaseShape

shapec() 공개 메소드

public shapec ( ) : touchvg.core.MgBaseShape
리턴 touchvg.core.MgBaseShape