Click or drag to resize
DigitalRuneFigureRendererOnLoadEffect Method
Called when the Effect for rendering lines and shapes is loaded.

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
protected virtual Effect OnLoadEffect(
	IGraphicsService graphicsService
)

Parameters

graphicsService
Type: DigitalRune.GraphicsIGraphicsService
The graphics service.

Return Value

Type: Effect
The Effect that renders lines and shapes.
Remarks
Notes to Inheritors: Derived types may override this method to use a different effect for rendering lines and shapes. (The method is called by the constructor of the base class. This means that derived classes may not be initialized yet!)
See Also