Click or drag to resize

GeometryToSystemDrawingConversions Methods

The GeometryToSystemDrawingConversions type exposes the following members.

Methods
 NameDescription
Public Extension MethodFromGdi Converts a GDI point to a PointD2D.
Public Extension MethodInverseTransformPoint Applies the inverse transformation to a point.
Public Extension MethodInverseTransformVector Applies the inverse transformation to a vector, ignoring translation.
Public Extension MethodPrependTransform Prepends a GDI matrix transformation to the specified matrix.
Public Extension MethodToAxo(Rectangle) Converts an integer GDI rectangle to a RectangleD2D.
Public Extension MethodToAxo(RectangleF) Converts a GDI rectangle to a RectangleD2D.
Public Extension MethodToGdi(MatrixD2D) Converts a MatrixD2D to a GDI matrix.
Public Extension MethodToGdi(PointD2D) Converts a PointD2D to a GDI point.
Public Extension MethodToGdi(RectangleD2D) Converts a RectangleD2D to a GDI rectangle.
Public Extension MethodToGdiRectangle Converts a RectangleD2D to an integer GDI rectangle.
Public Extension MethodToGdiSize Converts a PointD2D to a GDI size.
Public Extension MethodToPointD2D(PointF) Converts a GDI point to a PointD2D.
Public Extension MethodToPointD2D(SizeF) Converts a GDI size to a PointD2D.
Public Extension MethodTransformPath Transforms a graphics path with the specified matrix.
Public Extension MethodTransformPoint Transforms a GDI point with the specified matrix.
Public Extension MethodTransformPoints Transforms an array of GDI points with the specified matrix.
Public Extension MethodTransformVector Transforms a vector with the specified matrix, ignoring translation.
Top
See Also