WpfRenderingContext Constructor
|
Construct a WpfRenderingContext.
Namespace: WebSupergoo.WordGlue4.Rendering
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public WpfRenderingContext(
DrawingContext dc
)
Public Sub New (
dc As DrawingContext
)
new :
dc : DrawingContext -> WpfRenderingContext
Parameters
- dc
- Type: System.Windows.MediaDrawingContext
See Also