Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the transform output should be alpha blended over the output surface.
Syntax
BOOL retVal = object.DoOver();
Parameters
This method has no parameters.
Remarks
All transforms are expected to be able to blend their results with the output surface. This can provide significant performance increases by avoiding additional compositing steps.
See also
Reference