메소드 |
설명 |
|
Dispose ( ) : void |
|
|
GiCoreView ( ) : System |
|
|
GiCoreView ( GiCoreView mainView ) : System |
|
|
addImageShape ( string name, float width, float height ) : bool |
|
|
addShapesForTest ( ) : int |
|
|
calcPenWidth ( float lineWidth ) : float |
|
|
clear ( ) : void |
|
|
clearCachedData ( ) : void |
|
|
createMagnifierView ( GiView newview, GiView mainView ) : void |
|
|
createView ( GiView view ) : void |
|
|
createView ( GiView view, int type ) : void |
|
|
destoryView ( GiView view ) : void |
|
|
doContextAction ( int action ) : bool |
|
|
drawAll ( GiView view, GiCanvas canvas ) : int |
|
|
drawAppend ( GiView view, GiCanvas canvas ) : bool |
|
|
dynDraw ( GiView view, GiCanvas canvas ) : void |
|
|
freeContent ( ) : void |
|
|
getBoundingBox ( Floats box ) : bool |
|
|
getChangeCount ( ) : int |
|
|
getCommand ( ) : string |
|
|
getContent ( ) : string |
|
|
getContext ( bool forChange ) : GiContext |
|
|
getGestureState ( ) : GiGestureState |
|
|
getGestureType ( ) : GiGestureType |
|
|
getSelectedShapeCount ( ) : int |
|
|
getSelectedShapeType ( ) : int |
|
|
getShapeCount ( ) : int |
|
|
isPressDragging ( ) : bool |
|
|
loadFromFile ( string vgfile ) : bool |
|
|
onGesture ( GiView view, GiGestureType type, GiGestureState state, float x, float y ) : bool |
|
|
onGesture ( GiView view, GiGestureType type, GiGestureState state, float x, float y, bool switchGesture ) : bool |
|
|
onSize ( GiView view, int w, int h ) : void |
|
|
saveToFile ( string vgfile ) : bool |
|
|
saveToFile ( string vgfile, bool pretty ) : bool |
|
|
setBkColor ( GiView view, int argb ) : int |
|
|
setCommand ( GiView view, string name ) : bool |
|
|
setCommand ( GiView view, string name, string arg2 ) : bool |
|
|
setContent ( string content ) : bool |
|
|
setContext ( GiContext ctx, int mask, int apply ) : void |
|
|
setContext ( int mask ) : void |
|
|
setContextEditing ( bool editing ) : void |
|
|
setScreenDpi ( int dpi ) : void |
|
|
twoFingersMove ( GiView view, GiGestureState state, float x1, float y1, float x2, float y2 ) : bool |
|
|
twoFingersMove ( GiView view, GiGestureState state, float x1, float y1, float x2, float y2, bool switchGesture ) : bool |
|
|
viewAdapter ( ) : MgView |
|
|
viewAdapterHandle ( ) : int |
|
|
zoomToExtent ( ) : bool |
|
|
zoomToModel ( float x, float y, float w, float h ) : bool |
|
|