A class defining settings for drawing operations.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class PdfPen : ICloneable
Public Class PdfPen
	Implements ICloneable
public ref class PdfPen : ICloneable
type PdfPen =  
    class
        interface ICloneable
    end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PdfPen(PdfBrush)
Initializes a new instance of the class.
PdfPen(PdfComplexColor)
Initializes a new instance of the class.
PdfPen(PdfRGBColor)
Initializes a new instance of the class.
PdfPen(PdfBrush, Single)
Initializes a new instance of the class.
PdfPen(PdfRGBColor, Single)
Initializes a new instance of the class.
Brush
Gets or sets the brush, which specifies the pen behaviour.
Clone()()()()
Clones this instance.
Color
Gets or sets the color of the pen.
DashOffset
Gets or sets the dash offset of the pen.
DashPattern
Gets or sets the dash pattern of the pen.
DashStyle
Gets or sets the dash style of the pen.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
LineCap
Gets or sets the line cap of the pen.
LineJoin
Gets or sets the line join style of the pen.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MiterLimit
Gets or sets the miter limit.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Width
Gets or sets the width of the pen.

Inheritance Hierarchy

System..::..Object
  Spire.Pdf.Graphics..::..PdfPen

See Also