C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / DrawingElementEventArgs Class / DrawingElementEventArgs Constructor
Element being rendered.
Root of the element being rendered.
Coordinates, in logical pixels, of the element being rendered.
Transform between logical pixels and PDF page units (points).

In This Topic
DrawingElementEventArgs Constructor
In This Topic
Initializes a new instance of a DrawingElementEventArgs.
Syntax
'Declaration
 
Public Function New( _
   ByVal e As FrameworkElement, _
   ByVal root As FrameworkElement, _
   ByVal bounds As Rect, _
   ByVal documentTransform As 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).
See Also