PDF File Writer Class Library - Author Uzi Granot
PdfContentsDrawWPFPath Method |
Draw WPF path
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

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
