Zeichnet den Hintergrund der Transferfunktion - einen weißen Raster mit 10-Pixel Intervall.


Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)

Syntax

Visual Basic (Declaration)
Private Sub DrawBackground( _ 
   ByVal g As Graphics _ 
)
C#
private void DrawBackground(
   Graphics g
)
C++
private:
 void DrawBackground(
   Graphics g
) sealed 
J#
private void DrawBackground(
   Graphics g
)
JScript
private  function DrawBackground(
   g : Graphics
)

Parameters

g
Graphics Kontext.

See Also