DrawWPFPath Constructor (PathGeometry, YAxisDirection)

PDF File Writer

DrawWPFPath Constructor (PathGeometry, YAxisDirection)

Draw WPF path constructor

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public DrawWPFPath(
	PathGeometry MediaPath,
	YAxisDirection PathYAxis
)

Parameters

MediaPath
Type: System.Windows.MediaPathGeometry
System.Windows.Media path geometry
PathYAxis
Type: PdfFileWriterYAxisDirection
Y Axix direction
See Also