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