Initializes a new instance of a DrawingElementEventArgs.
Namespace:
C1.Silverlight.PdfAssembly: C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)
Syntax
C# |
---|
public DrawingElementEventArgs( FrameworkElement e, FrameworkElement root, Rect bounds, Transform documentTransform ) |
Visual Basic |
---|
Public Sub New ( _ e As FrameworkElement, _ root As FrameworkElement, _ bounds As Rect, _ documentTransform As Transform _ ) |
Parameters
- e
- Type: System.Windows..::..FrameworkElement
Element being rendered.
- root
- Type: System.Windows..::..FrameworkElement
Root of the element being rendered.
- bounds
- Type: System.Windows..::..Rect
Coordinates, in logical pixels, of the element being rendered.
- documentTransform
- Type: System.Windows.Media..::..Transform
Transform between logical pixels and PDF page units (points).