Rectangle.Size

Rectangle.Size property

Gets or sets the size of this Rectangle.

public Size Size { get; set; }

Property Value

A Size that represents the width and height of this Rectangle structure.

See Also