|
class | BasePointShapeFactory |
|
class | Circle |
|
class | Cross |
|
class | Dot |
|
class | FontGlyphReader |
| Provides methods to read System.Drawing.Font glyphs for strings into IPolygonal geometry. /summary> More...
|
|
class | GeometryCollectionGraphicsPath |
| A list of GraphicsPath which contains a heterogeneous collection of other shapes representing NTS IGeometrys. /summary> More...
|
|
class | GraphicsPathReader |
| Converts a DotNet GraphicsPath or the more general GraphicsPathIterator into a IGeometry. /summary> remarks> More...
|
|
class | GraphicsPathWriter |
| Writes IGeometrys int System.Drawing.Drawing2D's System.Drawing.Drawing2D.GraphicsPaths of the appropriate type. This supports rendering geometries using System.Drawing. The GraphicsPathWriter allows supplying a IPointTransformation class, to transform coordinates from model space into view space. This is useful if a client is providing its own transformation logic, rather than relying on System.Drawing.Drawing2D.Matrix. The writer supports removing duplicate consecutive points (via the RemoveDuplicatePoints property) as well as true decimation (via the Decimation property. Enabling one of these strategies can substantially improve rendering speed for large geometries. It is only necessary to enable one strategy. Using decimation is preferred, but this requires determining a distance below which input geometry vertices can be considered unique (which may not always be feasible). If neither strategy is enabled, all vertices of the input Geometry will be represented in the output GraphicsPath . More...
|
|
class | IdentityPointTransformation |
| Point transformation class, copies ordinates with no transformation More...
|
|
class | InvertYPointTransformation |
|
interface | IPointShapeFactory |
| An interface for classes which create GraphicsPaths to represent IPoint geometries. Windows.Forms does not provide an actual point shape, so some other shape must be used to render points (e.g. such as a Rectangle or Ellipse) /summary> <author>Martin Davis</author> More...
|
|
interface | IPointTransformation |
| Transforms a geometry Coordinate into a PointF, possibly with a mathematical transformation of the ordinate values. Transformation from a model coordinate system to a view coordinate system can be efficiently performed by supplying an appropriate transformation. More...
|
|
class | PolygonGraphicsPath |
|
class | Square |
|
class | Star |
|
class | Triangle |
|
class | X |
|