Click or drag to resize
Accord.NET (logo)

DrawingExtensions Class

Extension methods for drawwing structures.
Inheritance Hierarchy
SystemObject
  Accord.ImagingDrawingExtensions

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public static class DrawingExtensions
Request Example View Source

The DrawingExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToHyperrectangle(Rectangle)
Convert the given System.Drawing.Rectangle to a Hyperrectangle.
Public methodStatic memberToHyperrectangle(RectangleF)
Convert the given System.Drawing.RectangleF to a Hyperrectangle.
Public methodStatic memberToRectangle
Convert the given hyperrectangle in to a System.Drawing.Rectangle.
Public methodStatic memberToRectangleF
Convert the given hyperrectangle in to a System.Drawing.RectangleF.
Top
See Also