C# Class touchvg.core.MgLayer

Inheritance: touchvg.core.MgShapes
Show file Open project: rhcad/touchvg-v0.6 Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Type ( ) : int
clone ( ) : touchvg.core.MgObject
cloneLayer ( ) : MgLayer
copy ( touchvg.core.MgObject src ) : void
create ( touchvg.core.MgShapeDoc doc, int index ) : MgLayer
doc ( ) : touchvg.core.MgShapeDoc
equals ( touchvg.core.MgObject src ) : bool
getType ( ) : int
isKindOf ( int type ) : bool
release ( ) : void

Private Methods

Method Description
MgLayer ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( MgLayer obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Type() public static method

public static Type ( ) : int
return int

clone() public method

public clone ( ) : touchvg.core.MgObject
return touchvg.core.MgObject

cloneLayer() public method

public cloneLayer ( ) : MgLayer
return MgLayer

copy() public method

public copy ( touchvg.core.MgObject src ) : void
src touchvg.core.MgObject
return void

create() public static method

public static create ( touchvg.core.MgShapeDoc doc, int index ) : MgLayer
doc touchvg.core.MgShapeDoc
index int
return MgLayer

doc() public method

public doc ( ) : touchvg.core.MgShapeDoc
return touchvg.core.MgShapeDoc

equals() public method

public equals ( touchvg.core.MgObject src ) : bool
src touchvg.core.MgObject
return bool

getType() public method

public getType ( ) : int
return int

isKindOf() public method

public isKindOf ( int type ) : bool
type int
return bool

release() public method

public release ( ) : void
return void