C# 클래스 touchvg.core.MgComposite

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

공개 메소드들

메소드 설명
Dispose ( ) : void
Type ( ) : int
canOffsetShapeAlone ( MgShape shape ) : bool
getShapeCount ( ) : int
isCurve ( ) : bool
shapes ( ) : touchvg.core.MgShapes

보호된 메소드들

메소드 설명
MgComposite ( ) : System

비공개 메소드들

메소드 설명
MgComposite ( IntPtr cPtr, bool cMemoryOwn ) : System
SwigDerivedClassHasMethod ( string methodName, Type methodTypes ) : bool
SwigDirectorConnect ( ) : void
SwigDirectorcanOffsetShapeAlone ( IntPtr shape ) : bool
SwigDirectorclear ( ) : void
SwigDirectorclearCachedData ( ) : void
SwigDirectorclone ( ) : IntPtr
SwigDirectorcopy ( IntPtr src ) : void
SwigDirectordraw ( int mode, IntPtr gs, IntPtr ctx, int segment ) : bool
SwigDirectorequals ( IntPtr src ) : bool
SwigDirectorgetExtent ( ) : IntPtr
SwigDirectorgetHandleCount ( ) : int
SwigDirectorgetHandlePoint ( int index ) : IntPtr
SwigDirectorgetHandleType ( int index ) : int
SwigDirectorgetPoint ( int index ) : IntPtr
SwigDirectorgetPointCount ( ) : int
SwigDirectorgetType ( ) : int
SwigDirectorgetTypeName ( ) : string
SwigDirectorhitTest ( IntPtr pt, float tol, IntPtr res ) : float
SwigDirectorhitTestBox ( IntPtr rect ) : bool
SwigDirectorisClosed ( ) : bool
SwigDirectorisCurve ( ) : bool
SwigDirectorisHandleFixed ( int index ) : bool
SwigDirectorisKindOf ( int type ) : bool
SwigDirectorload ( IntPtr factory, IntPtr s ) : bool
SwigDirectoroffset ( IntPtr vec, int segment ) : bool
SwigDirectorrelease ( ) : void
SwigDirectorsave ( IntPtr s ) : bool
SwigDirectorsetFlag ( int bit, bool on ) : void
SwigDirectorsetHandlePoint ( int index, IntPtr pt, float tol ) : bool
SwigDirectorsetOwner ( IntPtr owner ) : void
SwigDirectorsetPoint ( int index, IntPtr pt ) : void
SwigDirectortransform ( IntPtr mat ) : void
SwigDirectorupdate ( ) : void
getCPtr ( MgComposite obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MgComposite() 보호된 메소드

protected MgComposite ( ) : System
리턴 System

Type() 공개 정적인 메소드

public static Type ( ) : int
리턴 int

canOffsetShapeAlone() 공개 메소드

public canOffsetShapeAlone ( MgShape shape ) : bool
shape MgShape
리턴 bool

getShapeCount() 공개 메소드

public getShapeCount ( ) : int
리턴 int

isCurve() 공개 메소드

public isCurve ( ) : bool
리턴 bool

shapes() 공개 메소드

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