PdfContents.DrawWPFPath Method

PDF File Writer

PdfContentsDrawWPFPath Method

Draw WPF path

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void DrawWPFPath(
	DrawWPFPath Path,
	double OriginX,
	double OriginY,
	double Width,
	double Height,
	ContentAlignment Alignment = 
)

Parameters

Path
Type: PdfFileWriterDrawWPFPath
DrawWPFPath class
OriginX
Type: SystemDouble
Origin X
OriginY
Type: SystemDouble
Origin Y
Width
Type: SystemDouble
Path area width
Height
Type: SystemDouble
Path area height
Alignment (Optional)
Type: System.DrawingContentAlignment
Alignment of path bounding box in drawing area. 0=no alignment
See Also