Click or drag to resize

GeometryHandler Methods

The GeometryHandler 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 methodOnBeginCircle
This method is called when a circle has been encountered.
Public methodOnBeginCircularArc3Point
Describes a circular using three points.
Public methodOnBeginCircularArcCenterRadius
Describes a circular arc via a circle's center, radius and sweep angle.
Public methodCode exampleOnBeginDocument
Constructs a new default GeometryHandler.
Public methodOnBeginEllipticalArc
Describes an elliptical arc
Public methodCode exampleOnBeginPage
Called when page processing starts.
Public methodOnBeginPolygon
Describes a closed polygon
Public methodOnBeginRay
Describes an infinite mathematical ray.
Public methodOnBeginSimplePolyline
Describes an open polygon to be drawn.
Public methodOnBeginText
Describes text presented on the page
Public methodOnBeginXLine
Describes a mathematical infinite line
Public methodOnEndCircle
Describes completion of a circle
Public methodOnEndCircularArc3Point
Describes completion of a circular arc
Public methodOnEndCircularArcCenterRadius
Describes completion of a circular arc
Public methodOnEndDocument
Describes completion of the document
Public methodOnEndEllipticalArc
Describes completion of an elliptical arc
Public methodOnEndPage
Describes completion of a page
Public methodOnEndPolygon
Describes completion of a polygon
Public methodOnEndRay
Public methodOnEndSimplePolyline
Describes completion of a simple polyline
Public methodOnEndText
Describes completion of text
Public methodOnEndXLine
Describes completion of a line
Public methodOnPolygon
Describes a request to render a primitive closed polygon
Public methodOnPolyline
Describes a request to render a primitive open polygon
Public methodOnSetColor
Represents a request to change the color of subsequent objects
Public methodOnSetFillMode
Represents a request to set the fill mode of subsequent filled shapes
Public methodOnSetLineWidth
Represents a request to set the line characteristics of subsequent shapes
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also