Click or drag to resize

RectangleConverter Class

Converter to convert Rectangle values to and from Autodesk.Revit.DB.Rectangle.
Inheritance Hierarchy
SystemObject
  RhinoInside.Revit.Convert.System.DrawingRectangleConverter

Namespace:  RhinoInside.Revit.Convert.System.Drawing
Assembly:  RhinoInside.Revit (in RhinoInside.Revit.dll) Version: 1.7.8130
Syntax
public static class RectangleConverter
Methods
  NameDescription
Public methodStatic memberCode exampleToRectangle(Rectangle)
Converts the specified Autodesk.Revit.DB.Rectangle to an equivalent Rectangle.
Public methodStatic memberCode exampleToRectangle(Rectangle)
Converts the specified Rectangle to an equivalent Autodesk.Revit.DB.Rectangle.
Top
See Also