C# Class Sharpex2D.Common.Extensions.UIBoundsExtension

Show file Open project: ThuCommix/Sharpex2D

Public Methods

Method Description
ToRectangle ( this bounds ) : Rectangle

Returns a new Rectangle.

Method Details

ToRectangle() public static method

Returns a new Rectangle.
public static ToRectangle ( this bounds ) : Rectangle
bounds this The UIBounds.
return Sharpex2D.Math.Rectangle