FlexReport for WPF
DrawingElementEventArgs コンストラクタ


C1.WPF.Document アセンブリ > C1.WPF.Word 名前空間 > DrawingElementEventArgs クラス : DrawingElementEventArgs コンストラクタ
レンダリングされる要素。
レンダリングされる要素のルート。
レンダリングされる要素の座標(論理ピクセル単位)。
論理ピクセル数と PDF ページ単位(ポイント数)を変換します。
DrawingElementEventArgs の新しいインスタンスを初期化します。
シンタックス
'宣言
 
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 _
)
'使用法
 
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 e,
   System.Windows.FrameworkElement root,
   System.Windows.Rect bounds,
   System.Windows.Media.Transform documentTransform
)

パラメータ

e
レンダリングされる要素。
root
レンダリングされる要素のルート。
bounds
レンダリングされる要素の座標(論理ピクセル単位)。
documentTransform
論理ピクセル数と PDF ページ単位(ポイント数)を変換します。
参照

DrawingElementEventArgs クラス
DrawingElementEventArgs メンバ