PDF File Writer Class Library - Author Uzi Granot
DrawWPFPath Class |
Draw WPF path

Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public class DrawWPFPath
The DrawWPFPath type exposes the following members.

Name | Description | |
---|---|---|
![]() | DrawWPFPath(String, YAxisDirection) |
Set path geometry
|
![]() | DrawWPFPath(PathGeometry, YAxisDirection) |
Draw WPF path constructor
|

Name | Description | |
---|---|---|
![]() | BlendMode |
Blend mode
|
![]() | BrushOpacity |
Brush opacity
|
![]() | DashArray |
Pen's dash array
|
![]() | DashPhase |
Pen's dash starting phase
|
![]() | FillRule |
Fill rule
|
![]() | LineCap |
Line cap
|
![]() | LineJoin |
Line join
|
![]() | MiterLimit |
Miter limit
|
![]() | PathBBoxHeight |
Input path bounding box height
|
![]() | PathBBoxWidth |
Input path bounding box width
|
![]() | PathBBoxX |
Input path bounding box left position
|
![]() | PathBBoxY |
Input path bounding box top (y axis down) or bottom (y axis up) position
|
![]() | PathYAxis |
Input path bounding box y axis direction (default is down)
|
![]() | PenOpacity |
Pen opacity
|
![]() | PenWidth |
Pen width
|

Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ResetBrush |
Reset non-stroking brush to no fill
|
![]() | ResetPen |
Reset pen
|
![]() | SetBrush(Color) |
Set brush to solid color
|
![]() | SetBrush(LinearGradientBrush) |
Set brush
|
![]() | SetBrush(RadialGradientBrush) |
Set brush
|
![]() | SetBrush(SolidColorBrush) |
Set brush to solid color
|
![]() | SetBrush(PdfAxialShading, Double) |
Set brush
|
![]() | SetBrush(PdfRadialShading, Double) |
Set brush
|
![]() | SetBrush(PdfTilingPattern, Double) |
Set brush
|
![]() | SetPen(Color) |
Set pen color
|
![]() | SetPen(Pen) |
Set media pen
|
![]() | SetPenWidth |
Pen width
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UseCurrectBrush |
Filling the path will use the current color
|
![]() | UseCurrectPen |
Pen color will use the current color
|
