'Declaration Protected Overridable Sub RenderInSurfaceSpace( _
ByVal drawingContextThe System.Windows.Media.DrawingContext to render on.As System.Windows.Media.DrawingContext, _
ByVal drawingSurfaceThe object that provides information about drawing surface.As Vintasoft.Imaging.Wpf.WpfDrawingSurface _
)
protected virtual void RenderInSurfaceSpace(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.Wpf.WpfDrawingSurface drawingSurface
)
protected: virtual void RenderInSurfaceSpace(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.Wpf.WpfDrawingSurface* drawingSurface
)
protected:
virtual void RenderInSurfaceSpace(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.Wpf.WpfDrawingSurface^ drawingSurface
)
Parameters
- drawingContext
- The System.Windows.Media.DrawingContext to render on.
- drawingSurface
- The object that provides information about drawing surface.