DioDocs for PDF
MapOutputRectToInputRects メソッド (ITransform)

GrapeCity.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX.Direct2D 名前空間 > ITransform インターフェース : MapOutputRectToInputRects メソッド
The output rectangle to which the inputs must be mapped.
The corresponding set of inputs. The inputs will directly correspond to the transform inputs.
Allows a transform to state how it would map a rectangle requested on its output to a set of sample rectangles on its input.
シンタックス
'宣言
 
Sub MapOutputRectToInputRects( _
   ByVal outputRect As RectL, _
   ByVal inputRects() As RectL _
) 
void MapOutputRectToInputRects( 
   RectL outputRect,
   RectL[] inputRects
)

パラメータ

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.
参照

ITransform インターフェース
ITransform メンバ