ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Transform Interface / MapOutputRectToInputRects Method
The output rectangle to which the inputs must be mapped.
The corresponding set of inputs. The inputs will directly correspond to the transform inputs.

In This Topic
    MapOutputRectToInputRects Method (Transform)
    In This Topic
    Allows a transform to state how it would map a rectangle requested on its output to a set of sample rectangles on its input.
    Syntax
    'Declaration
     
    Sub MapOutputRectToInputRects( _
       ByVal outputRect As RectL, _
       ByVal inputRects() As RectL _
    ) 
    void MapOutputRectToInputRects( 
       RectL outputRect,
       RectL[] inputRects
    )

    Parameters

    outputRect
    The output rectangle to which the inputs must be mapped.
    inputRects
    The corresponding set of inputs. The inputs will directly correspond to the transform inputs.
    See Also