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