C# Class NewTOAPIA.GLU.Shapes.GLUQuadric

Inheritance: GLRenderable
Mostra file Open project: Wiladams/NewTOAPIA

Protected Properties

Property Type Description
fQuadric System.IntPtr

Public Methods

Method Description
Dispose ( ) : void
GLUQuadric ( GraphicsInterface gi, QuadricDrawStyle style, QuadricNormalType normalType, QuadricOrientation orientation ) : System

Protected Methods

Method Description
BeginRender ( GraphicsInterface gi ) : void
Dispose ( bool disposing ) : void

Releases the handle associated with this bitmap.

Method Details

BeginRender() protected method

protected BeginRender ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

Releases the handle associated with this bitmap.

protected Dispose ( bool disposing ) : void
disposing bool
return void

GLUQuadric() public method

public GLUQuadric ( GraphicsInterface gi, QuadricDrawStyle style, QuadricNormalType normalType, QuadricOrientation orientation ) : System
gi NewTOAPIA.GL.GraphicsInterface
style QuadricDrawStyle
normalType QuadricNormalType
orientation QuadricOrientation
return System

Property Details

fQuadric protected_oe property

protected IntPtr,System fQuadric
return System.IntPtr