Click or drag to resize

PdfPathOperation Methods

The PdfPathOperation type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleClose
Constructs a new Close PdfPathOperation, representing a closed sub path.
Public methodStatic memberCode exampleCurveTo
Constructs a new Curve PdfPathOpertaion, representing a Bezier curve
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(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
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberCode exampleLineTo(PdfPoint)
Constructs a new Line PdfPathOperation to the specified point.
Public methodStatic memberCode exampleLineTo(Double, Double)
Constructs a new Line PdfPathOperation to the specified x and y coordinates.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberCode exampleMoveTo(PdfPoint)
Constructs a new Move PdfPathOperation to the specified point.
Public methodStatic memberCode exampleMoveTo(Double, Double)
Constructs a new Move PdfPathOperation to the specified x and y coordinates.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also