PDF for WPF and Silverlight
DrawingElementEventArgs コンストラクタ

C1.Silverlight.Pdf.5 アセンブリ > C1.Silverlight.Pdf 名前空間 > DrawingElementEventArgs クラス : DrawingElementEventArgs コンストラクタ
レンダリングされる要素。
レンダリングされる要素のルート。
レンダリングされる要素の座標(論理ピクセル単位)。
論理ピクセル数と PDF ページ単位(ポイント数)を変換する Transform。
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 _
)
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。
参照

DrawingElementEventArgs クラス
DrawingElementEventArgs メンバ