Abstract base class for IShapeRasterizerFactory implementations.
abstract class
|
ShapeRasterizerFactory
|
with
|
<T>
|
as
|
class, ISampleBufferBase
|
implements
|
IShapeRasterizerFactory<T>
|
Creates a new instance of IShapeRasterizer for the given shape.
public
method
|
Rasterizer
(IShape shape)
|
||
type
|
IShapeRasterizer<T>
|
||
params
|
shape
|
[not-null]
|
The shape. |
returns
|
The shape rasterizer. | ||
implements
|
IShapeRasterizerFactory.Rasterizer
|
protected
abstract
method
|
DoRasterizer
(IShape shape)
|
||
type
|
IShapeRasterizer<T>
|
||
params
|
shape
|