C# Class touchvg.core.MgShape

Inheritance: touchvg.core.MgObject
Afficher le fichier Open project: rhcad/touchvg-v0.6 Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
MgShape ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( MgShape obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Type() public static méthode

public static Type ( ) : int
Résultat int

cloneShape() public méthode

public cloneShape ( ) : MgShape
Résultat MgShape

context() public méthode

public context ( ) : GiContext
Résultat GiContext

contextc() public méthode

public contextc ( ) : GiContext
Résultat GiContext

copy() public méthode

public copy ( touchvg.core.MgObject src ) : void
src touchvg.core.MgObject
Résultat void

draw() public méthode

public draw ( int mode, GiGraphics gs, GiContext ctx, int segment ) : bool
mode int
gs GiGraphics
ctx GiContext
segment int
Résultat bool

equals() public méthode

public equals ( touchvg.core.MgObject src ) : bool
src touchvg.core.MgObject
Résultat bool

getID() public méthode

public getID ( ) : int
Résultat int

getParent() public méthode

public getParent ( ) : touchvg.core.MgShapes
Résultat touchvg.core.MgShapes

getTag() public méthode

public getTag ( ) : int
Résultat int

hasFillColor() public méthode

public hasFillColor ( ) : bool
Résultat bool

isKindOf() public méthode

public isKindOf ( int type ) : bool
type int
Résultat bool

load() public méthode

public load ( MgShapeFactory factory, touchvg.core.MgStorage s ) : bool
factory MgShapeFactory
s touchvg.core.MgStorage
Résultat bool

save() public méthode

public save ( touchvg.core.MgStorage s ) : bool
s touchvg.core.MgStorage
Résultat bool

setParent() public méthode

public setParent ( touchvg.core.MgShapes p, int sid ) : void
p touchvg.core.MgShapes
sid int
Résultat void

setTag() public méthode

public setTag ( int tag ) : void
tag int
Résultat void

shape() public méthode

public shape ( ) : touchvg.core.MgBaseShape
Résultat touchvg.core.MgBaseShape

shapec() public méthode

public shapec ( ) : touchvg.core.MgBaseShape
Résultat touchvg.core.MgBaseShape