C# 클래스 touchvg.core.Shapes

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
Shapes ( ) : System
Shapes ( int n ) : System
count ( ) : int
get ( int index ) : MgShape
set ( int index, MgShape value ) : void
set ( int index, MgShape v1, MgShape v2 ) : void
setSize ( int n ) : void

비공개 메소드들

메소드 설명
Shapes ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Shapes obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Shapes() 공개 메소드

public Shapes ( ) : System
리턴 System

Shapes() 공개 메소드

public Shapes ( int n ) : System
n int
리턴 System

count() 공개 메소드

public count ( ) : int
리턴 int

get() 공개 메소드

public get ( int index ) : MgShape
index int
리턴 MgShape

set() 공개 메소드

public set ( int index, MgShape value ) : void
index int
value MgShape
리턴 void

set() 공개 메소드

public set ( int index, MgShape v1, MgShape v2 ) : void
index int
v1 MgShape
v2 MgShape
리턴 void

setSize() 공개 메소드

public setSize ( int n ) : void
n int
리턴 void

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool