ID2D1SourceTransform interface
Represents a CPU-based rasterization stage in the transform pipeline graph.
When to implement
Custom implementations are not supported.
Members
The ID2D1SourceTransform interface inherits from ID2D1Transform. ID2D1SourceTransform also has these types of members:
Methods
The ID2D1SourceTransform interface has these methods.
| Method | Description |
|---|---|
| Draw |
Draws the transform to the GPU–based Direct2D pipeline. |
| SetRenderInfo |
Sets the render information for the transform. |
Remarks
ID2D1SourceTransform specializes an implementation of the Shantzis calculations to a transform implemented as the source of an effect graph with the data being provided from sytem memory.
Requirements
|
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
Library |
|
See also