RectangleExtensions

RectangleExtensions class

Contains extension methods for Rectangle.

public static class RectangleExtensions

Methods

NameDescription
static ToGdiRectangle(Rectangle)Converts the Rectangle to the Rectangle.
static ToGdiRectangle(RectangleF)Converts the RectangleF to the Rectangle.
static UnionWith(RectangleF, RectangleF)Unions two rectangle.

See Also