DrawWPFPath Class

PDF File Writer

DrawWPFPath Class

Draw WPF path
Inheritance Hierarchy
SystemObject  PdfFileWriterDrawWPFPath

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public class DrawWPFPath

The DrawWPFPath type exposes the following members.

Constructors
  NameDescription
Public methodDrawWPFPath(String, YAxisDirection)
Set path geometry
Public methodDrawWPFPath(PathGeometry, YAxisDirection)
Draw WPF path constructor
Top
Properties
  NameDescription
Public propertyBlendMode
Blend mode
Public propertyBrushOpacity
Brush opacity
Public propertyDashArray
Pen's dash array
Public propertyDashPhase
Pen's dash starting phase
Public propertyFillRule
Fill rule
Public propertyLineCap
Line cap
Public propertyLineJoin
Line join
Public propertyMiterLimit
Miter limit
Public propertyPathBBoxHeight
Input path bounding box height
Public propertyPathBBoxWidth
Input path bounding box width
Public propertyPathBBoxX
Input path bounding box left position
Public propertyPathBBoxY
Input path bounding box top (y axis down) or bottom (y axis up) position
Public propertyPathYAxis
Input path bounding box y axis direction (default is down)
Public propertyPenOpacity
Pen opacity
Public propertyPenWidth
Pen width
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResetBrush
Reset non-stroking brush to no fill
Public methodResetPen
Reset pen
Public methodSetBrush(Color)
Set brush to solid color
Public methodSetBrush(LinearGradientBrush)
Set brush
Public methodSetBrush(RadialGradientBrush)
Set brush
Public methodSetBrush(SolidColorBrush)
Set brush to solid color
Public methodSetBrush(PdfAxialShading, Double)
Set brush
Public methodSetBrush(PdfRadialShading, Double)
Set brush
Public methodSetBrush(PdfTilingPattern, Double)
Set brush
Public methodSetPen(Color)
Set pen color
Public methodSetPen(Pen)
Set media pen
Public methodSetPenWidth
Pen width
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUseCurrectBrush
Filling the path will use the current color
Public methodUseCurrectPen
Pen color will use the current color
Top
See Also