'Declaration Protected Overloads Overridable Sub RenderContent( _
ByVal drawingContextA drawing context, where content of this tool must be drawn.As System.Windows.Media.DrawingContext, _
ByVal imageAn image, which interacts with this tool.As Vintasoft.Imaging.VintasoftImage _
)
protected virtual void RenderContent(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.VintasoftImage image
)
protected: virtual void RenderContent(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.VintasoftImage* image
)
protected:
virtual void RenderContent(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- drawingContext
- A drawing context, where content of this tool must be drawn.
- image
- An image, which interacts with this tool.