GeometryHandler Methods |
The GeometryHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnBeginCircle | This method is called when a circle has been encountered. | |
| OnBeginCircularArc3Point | Describes a circular using three points. | |
| OnBeginCircularArcCenterRadius | Describes a circular arc via a circle's center, radius and sweep angle. | |
| OnBeginDocument | Constructs a new default GeometryHandler. | |
| OnBeginEllipticalArc | Describes an elliptical arc | |
| OnBeginPage | Called when page processing starts. | |
| OnBeginPolygon | Describes a closed polygon | |
| OnBeginRay | Describes an infinite mathematical ray. | |
| OnBeginSimplePolyline | Describes an open polygon to be drawn. | |
| OnBeginText | Describes text presented on the page | |
| OnBeginXLine | Describes a mathematical infinite line | |
| OnEndCircle | Describes completion of a circle | |
| OnEndCircularArc3Point | Describes completion of a circular arc | |
| OnEndCircularArcCenterRadius | Describes completion of a circular arc | |
| OnEndDocument | Describes completion of the document | |
| OnEndEllipticalArc | Describes completion of an elliptical arc | |
| OnEndPage | Describes completion of a page | |
| OnEndPolygon | Describes completion of a polygon | |
| OnEndRay | ||
| OnEndSimplePolyline | Describes completion of a simple polyline | |
| OnEndText | Describes completion of text | |
| OnEndXLine | Describes completion of a line | |
| OnPolygon | Describes a request to render a primitive closed polygon | |
| OnPolyline | Describes a request to render a primitive open polygon | |
| OnSetColor | Represents a request to change the color of subsequent objects | |
| OnSetFillMode | Represents a request to set the fill mode of subsequent filled shapes | |
| OnSetLineWidth | Represents a request to set the line characteristics of subsequent shapes | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |