VisualRasterizerGeneric
Description
- Derived from
-
VisualRasterizer abstract
Abstract base class for IVisualRasterizer that only support visuals of a certain base type.
Protected / Methods
DoMeasureBounds
Measures the bounds of the given visual in.
This method will only be called if IVisual.Bounds has returned Box2F.Inverse. The IVisualRasterizer.CheckSupport method will return true
when visual in is passed to it.
DoRasterize
Rasterizes the given visual in.
The IVisualRasterizer.CheckSupport method will return true
when visual in is passed to it.