Interface SourceTransform
[Guid("db1800dd-0c34-4cf9-be90-31cc0a5653e1")]
public interface SourceTransform : Transform, TransformNode, IUnknown, ICallbackable, IDisposable
- Inherited Members
Methods
Draw(Bitmap1, RawRectangle, RawPoint)
No documentation.
void Draw(Bitmap1 target, RawRectangle drawRect, RawPoint targetOrigin)
Parameters
target
Bitmap1No documentation.
drawRect
RawRectangleNo documentation.
targetOrigin
RawPointNo documentation.
SetRenderInformation(RenderInformation)
[This documentation is preliminary and is subject to change.]
void SetRenderInformation(RenderInformation renderInfo)
Parameters
renderInfo
RenderInformationThe interface supplied to the transform to allow specifying the precision-based transform pass.
Remarks
Provides a render information interface to the source transform to allow it to specify state to the rendering system. This part of the render information interface is shared with the GPU transform.