C# Class Sharpex2D.Common.Extensions.UIBoundsExtension

Afficher le fichier Open project: ThuCommix/Sharpex2D

Méthodes publiques

Méthode Description
ToRectangle ( this bounds ) : Rectangle

Returns a new Rectangle.

Method Details

ToRectangle() public static méthode

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