FillSamples method
A method called by the base class to generate a row of output samples.
Syntax
object.FillSamples(FillInfo);
Parameters
- FillInfo [in, ref, retval]
-
Type: const DXPtrFillInfo
DXPtrFillInfo structure describing the location to fill and the alignment within the procedural surfaces's coordinate space.
Return value
This method does not return a value.
Remarks
Derived classes must override this virtual function. This function is responsible for calculating a row of output samples based on coordinates on the procedural surface.
Show: