'Declaration Protected Overloads Overrides 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 override void RenderContent(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.VintasoftImage image
)
protected: void RenderContent(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.VintasoftImage* image
); override
protected:
void RenderContent(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.VintasoftImage^ image
); override
Parameters
- drawingContext
- A drawing context, where content of this tool must be drawn.
- image
- An image, which interacts with this tool.