[]
ID2D1Transform
[Guid("ef1a287d-342a-4f76-8fdb-da0d6ea9f92b")]
[Shadow(typeof(TransformShadow))]
public interface Transform : TransformNode, ICallbackable, IDisposable
| Name | Description |
|---|---|
| MapInputRectsToOutputRect(RectL[], RectL[], out RectL) | Performs the inverse mapping to MapOutputRectToInputRects. |
| MapInvalidRect(int, RectL) | Sets the input rectangles for this rendering pass into the transform. |
| MapOutputRectToInputRects(RectL, RectL[]) | Allows a transform to state how it would map a rectangle requested on its output to a set of sample rectangles on its input. |