[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.Transform.MapOutputRectToInputRects

MapOutputRectToInputRects Method

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.

Declaration
void MapOutputRectToInputRects(RectL outputRect, RectL[] inputRects)
Parameters
Type Name Description
RectL outputRect

The output rectangle to which the inputs must be mapped.

RectL[] inputRects

The corresponding set of inputs. The inputs will directly correspond to the transform inputs.