[]
        
(Showing Draft Content)

C1.WPF.Word.DrawingElementEventArgs.-ctor

DrawingElementEventArgs Constructor

DrawingElementEventArgs(FrameworkElement, FrameworkElement, Rect, Transform)

Initializes a new instance of a DrawingElementEventArgs.

Declaration
public DrawingElementEventArgs(FrameworkElement e, FrameworkElement root, Rect bounds, Transform documentTransform)
Parameters
Type Name Description
FrameworkElement e

Element being rendered.

FrameworkElement root

Root of the element being rendered.

Rect bounds

Coordinates, in logical pixels, of the element being rendered.

Transform documentTransform

Transform between logical pixels and PDF page units (points).