RectHelper.FromLocationAndSize(Point, Size) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une valeur Rect basée sur un point qui spécifie l’origine supérieure gauche et une taille qui spécifie la largeur et la hauteur. C# et Microsoft Visual Basic code doivent utiliser le constructeur Rect(Point,Size) à la place.
public:
static Rect FromLocationAndSize(Point location, Size size);
static Rect FromLocationAndSize(Point const& location, Size const& size);
public static Rect FromLocationAndSize(Point location, Size size);
function fromLocationAndSize(location, size)
Public Shared Function FromLocationAndSize (location As Point, size As Size) As Rect
Paramètres
- location
- Point
Emplacement de point de l’origine (en haut à gauche).
Retours
Valeur Rect créée.