C# 클래스 touchvg.core.TestCanvas

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
TestCanvas ( ) : System
initRand ( ) : void
randFloat ( float minv, float maxv ) : float
randInt ( int minv, int maxv ) : int
test ( GiCanvas canvas, int bits ) : void
test ( GiCanvas canvas, int bits, int n ) : void
test ( GiCanvas canvas, int bits, int n, bool randStyle ) : void
testClipPath ( GiCanvas canvas, int n ) : void
testCubicBezier ( GiCanvas canvas, int n ) : void
testDynCurves ( GiCanvas canvas ) : void
testEllipse ( GiCanvas canvas, int n ) : void
testHandle ( GiCanvas canvas, int n ) : void
testLine ( GiCanvas canvas, int n ) : void
testPolygon ( GiCanvas canvas, int n ) : void
testQuadBezier ( GiCanvas canvas, int n ) : void
testRect ( GiCanvas canvas, int n ) : void
testTextAt ( GiCanvas canvas, int n ) : void

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

TestCanvas() 공개 메소드

public TestCanvas ( ) : System
리턴 System

initRand() 공개 정적인 메소드

public static initRand ( ) : void
리턴 void

randFloat() 공개 정적인 메소드

public static randFloat ( float minv, float maxv ) : float
minv float
maxv float
리턴 float

randInt() 공개 정적인 메소드

public static randInt ( int minv, int maxv ) : int
minv int
maxv int
리턴 int

test() 공개 정적인 메소드

public static test ( GiCanvas canvas, int bits ) : void
canvas GiCanvas
bits int
리턴 void

test() 공개 정적인 메소드

public static test ( GiCanvas canvas, int bits, int n ) : void
canvas GiCanvas
bits int
n int
리턴 void

test() 공개 정적인 메소드

public static test ( GiCanvas canvas, int bits, int n, bool randStyle ) : void
canvas GiCanvas
bits int
n int
randStyle bool
리턴 void

testClipPath() 공개 정적인 메소드

public static testClipPath ( GiCanvas canvas, int n ) : void
canvas GiCanvas
n int
리턴 void

testCubicBezier() 공개 정적인 메소드

public static testCubicBezier ( GiCanvas canvas, int n ) : void
canvas GiCanvas
n int
리턴 void

testDynCurves() 공개 정적인 메소드

public static testDynCurves ( GiCanvas canvas ) : void
canvas GiCanvas
리턴 void

testEllipse() 공개 정적인 메소드

public static testEllipse ( GiCanvas canvas, int n ) : void
canvas GiCanvas
n int
리턴 void

testHandle() 공개 정적인 메소드

public static testHandle ( GiCanvas canvas, int n ) : void
canvas GiCanvas
n int
리턴 void

testLine() 공개 정적인 메소드

public static testLine ( GiCanvas canvas, int n ) : void
canvas GiCanvas
n int
리턴 void

testPolygon() 공개 정적인 메소드

public static testPolygon ( GiCanvas canvas, int n ) : void
canvas GiCanvas
n int
리턴 void

testQuadBezier() 공개 정적인 메소드

public static testQuadBezier ( GiCanvas canvas, int n ) : void
canvas GiCanvas
n int
리턴 void

testRect() 공개 정적인 메소드

public static testRect ( GiCanvas canvas, int n ) : void
canvas GiCanvas
n int
리턴 void

testTextAt() 공개 정적인 메소드

public static testTextAt ( GiCanvas canvas, int n ) : void
canvas GiCanvas
n int
리턴 void

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool