ABCpdfRenderingContextDrawPath Method

Draw a path using a specific Pen and Brush.

 

Namespace:  WebSupergoo.WordGlue4.Rendering
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public void DrawPath(
        Brush brush,
        Pen pen,
        GraphicsPath path
)

Parameters

brush
Type: WebSupergoo.WordGlue4.RenderingBrush
pen
Type: WebSupergoo.WordGlue4.RenderingPen
path
Type: WebSupergoo.WordGlue4.RenderingGraphicsPath

Implements

IRenderingContextDrawPath(Brush, Pen, GraphicsPath)
See Also