[]
ID2D1Transform
[Guid("ef1a287d-342a-4f76-8fdb-da0d6ea9f92b")]
[Shadow(typeof(TransformShadow))]
public interface ITransform : ITransformNode, ICallbackable, IDisposable
Performs the inverse mapping to MapOutputRectToInputRects.
RectL MapInputRectsToOutputRect(RectL[] inputRects, RectL[] inputOpaqueSubRects, out RectL outputOpaqueSubRect)
Sets the input rectangles for this rendering pass into the transform.
RectL MapInvalidRect(int inputIndex, RectL invalidInputRect)
inputIndex
intinvalidInputRect
RectLAllows a transform to state how it would map a rectangle requested on its output to a set of sample rectangles on its input.
void MapOutputRectToInputRects(RectL outputRect, RectL[] inputRects)