'Declaration Public Function New( _
ByVal drawingContextThe DrawingContext to render on.As System.Windows.Media.DrawingContext, _
ByVal drawingSurfaceThe object that provides information about drawing surface.As Vintasoft.Imaging.Wpf.WpfDrawingSurface _
)
public RenderWpfAnnotationViewEventArgs(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.Wpf.WpfDrawingSurface drawingSurface
)
public: RenderWpfAnnotationViewEventArgs(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.Wpf.WpfDrawingSurface* drawingSurface
)
public:
RenderWpfAnnotationViewEventArgs(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.Wpf.WpfDrawingSurface^ drawingSurface
)
Parameters
- drawingContext
- The DrawingContext to render on.
- drawingSurface
- The object that provides information about drawing surface.