Rectangle

Rectangle structure

Rektangelmodell

public struct Rectangle

Konstruktörer

namn Beskrivning
Rectangle(float, float, float, float) Skapar en ny instans av Rectangle

Egenskaper

namn Beskrivning
Height { get; set; } Höjd
Width { get; set; } Width
X { get; set; } X-koordinat
Y { get; set; } Y-koordinat

Se även