Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
MgImageShape ( ) : System | ||
Type ( ) : int | ||
clear ( ) : void | ||
clearCachedData ( ) : void | ||
clone ( ) : touchvg.core.MgObject | ||
copy ( touchvg.core.MgObject src ) : void | ||
create ( ) : |
||
draw ( int mode, |
||
equals ( touchvg.core.MgObject src ) : bool | ||
findShapeByImageID ( touchvg.core.MgShapes shapes, string name ) : |
||
getExtent ( ) : |
||
getHandleCount ( ) : int | ||
getHandlePoint ( int index ) : |
||
getHandleType ( int index ) : int | ||
getName ( ) : string | ||
getPoint ( int index ) : |
||
getPointCount ( ) : int | ||
getType ( ) : int | ||
getTypeName ( ) : string | ||
hitTest ( |
||
hitTestBox ( |
||
isClosed ( ) : bool | ||
isHandleFixed ( int index ) : bool | ||
isKindOf ( int type ) : bool | ||
load ( |
||
offset ( |
||
release ( ) : void | ||
save ( touchvg.core.MgStorage s ) : bool | ||
setHandlePoint ( int index, |
||
setName ( string name ) : void | ||
setPoint ( int index, |
||
transform ( |
||
update ( ) : void |
Метод | Описание | |
---|---|---|
MgImageShape ( IntPtr cPtr, bool cMemoryOwn ) : System | ||
getCPtr ( |
public copy ( touchvg.core.MgObject src ) : void | ||
src | touchvg.core.MgObject | |
Результат | void |
public draw ( int mode, |
||
mode | int | |
gs | ||
ctx | ||
segment | int | |
Результат | bool |
public equals ( touchvg.core.MgObject src ) : bool | ||
src | touchvg.core.MgObject | |
Результат | bool |
public static findShapeByImageID ( touchvg.core.MgShapes shapes, string name ) : |
||
shapes | touchvg.core.MgShapes | |
name | string | |
Результат |
public getHandlePoint ( int index ) : |
||
index | int | |
Результат |
public hitTest ( |
||
pt | ||
tol | float | |
res | ||
Результат | float |
public load ( |
||
factory | ||
s | touchvg.core.MgStorage | |
Результат | bool |
public offset ( |
||
vec | ||
segment | int | |
Результат | bool |
public save ( touchvg.core.MgStorage s ) : bool | ||
s | touchvg.core.MgStorage | |
Результат | bool |
public setHandlePoint ( int index, |
||
index | int | |
pt | ||
tol | float | |
Результат | bool |
public setPoint ( int index, |
||
index | int | |
pt | ||
Результат | void |