Geometry |
The GeometryToSystemDrawingConversions type exposes the following members.
| Name | Description | |
|---|---|---|
| FromGdi | Converts a GDI point to a PointD2D. | |
| InverseTransformPoint | Applies the inverse transformation to a point. | |
| InverseTransformVector | Applies the inverse transformation to a vector, ignoring translation. | |
| PrependTransform | Prepends a GDI matrix transformation to the specified matrix. | |
| ToAxo(Rectangle) | Converts an integer GDI rectangle to a RectangleD2D. | |
| ToAxo(RectangleF) | Converts a GDI rectangle to a RectangleD2D. | |
| ToGdi(MatrixD2D) | Converts a MatrixD2D to a GDI matrix. | |
| ToGdi(PointD2D) | Converts a PointD2D to a GDI point. | |
| ToGdi(RectangleD2D) | Converts a RectangleD2D to a GDI rectangle. | |
| ToGdiRectangle | Converts a RectangleD2D to an integer GDI rectangle. | |
| ToGdiSize | Converts a PointD2D to a GDI size. | |
| ToPointD2D(PointF) | Converts a GDI point to a PointD2D. | |
| ToPointD2D(SizeF) | Converts a GDI size to a PointD2D. | |
| TransformPath | Transforms a graphics path with the specified matrix. | |
| TransformPoint | Transforms a GDI point with the specified matrix. | |
| TransformPoints | Transforms an array of GDI points with the specified matrix. | |
| TransformVector | Transforms a vector with the specified matrix, ignoring translation. |