'宣言 Public Function New( _ ByVal e As System.Windows.FrameworkElement, _ ByVal root As System.Windows.FrameworkElement, _ ByVal bounds As System.Windows.Rect, _ ByVal documentTransform As System.Windows.Media.Transform _ )
public DrawingElementEventArgs( System.Windows.FrameworkElement e, System.Windows.FrameworkElement root, System.Windows.Rect bounds, System.Windows.Media.Transform documentTransform )
パラメータ
- e
- レンダリングされる要素。
- root
- レンダリングされる要素のルート。
- bounds
- レンダリングされる要素の座標(論理ピクセル単位)。
- documentTransform
- 論理ピクセル数と PDF ページ単位(ポイント数)を変換する Transform。