Index

CDTRasterizerV8

CDTRasterizerV8

1 CDTRasterizerV8()

2 CDTRasterizerV8(const DT_MDC* memory_surface, DT_SLONG raster_intersect = 0, DT_ID_SLONG raster_id = 0)

3 CDTRasterizerV8(const DT_MDC& memory_surface, DT_SLONG raster_intersect = 0, DT_ID_SLONG raster_id = 0)

This is the CDTRasterizerV8 constructor.

The first form creates the CDTRasterizerV8 object but does not fully initialize it. The second and third forms create the CDTRasterizerV8 object and also initialize it by calling the Init method.

Parameters

ParameterDescription

memory_surface

See the Init method.

raster_intersect

See the Init method.

raster_id

See the Init method.


 

Index