public DrawingElementEventArgs(
System.Windows.FrameworkElement e,
System.Windows.FrameworkElement root,
System.Windows.Rect bounds,
System.Windows.Media.Transform documentTransform
)
'Declaration
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 _
)
Parameters
e
Element being rendered.
root
Root of the element being rendered.
bounds
Coordinates, in logical pixels, of the element being rendered.
documentTransform
Transform between logical pixels and PDF page units (points).