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