C# Class touchvg.core.TestCanvas

Inheritance: global::System.IDisposable
Datei anzeigen Open project: rhcad/touchvg-v0.6 Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
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

Private Methods

Method Description
TestCanvas ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( TestCanvas obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

TestCanvas() public method

public TestCanvas ( ) : System
return System

initRand() public static method

public static initRand ( ) : void
return void

randFloat() public static method

public static randFloat ( float minv, float maxv ) : float
minv float
maxv float
return float

randInt() public static method

public static randInt ( int minv, int maxv ) : int
minv int
maxv int
return int

test() public static method

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

test() public static method

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

test() public static method

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

testClipPath() public static method

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

testCubicBezier() public static method

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

testDynCurves() public static method

public static testDynCurves ( GiCanvas canvas ) : void
canvas GiCanvas
return void

testEllipse() public static method

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

testHandle() public static method

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

testLine() public static method

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

testPolygon() public static method

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

testQuadBezier() public static method

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

testRect() public static method

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

testTextAt() public static method

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

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool