DrawWPFPath Methods

PDF File Writer

DrawWPFPath Methods

The DrawWPFPath type exposes the following members.

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