Table of Contents

Class Size

Namespace
Gve.Text.DTO
Assembly
Gve.Text.dll

A 2D size.

public class Size
Inheritance
Size
Inherited Members

Constructors

Size()

Initializes a new instance of the Size class.

public Size()

Size(double, double)

Initializes a new instance of the Size class.

public Size(double width, double height)

Parameters

width double

The width.

height double

The height.

Properties

Height

Gets or sets the height.

public double Height { get; set; }

Property Value

double

Width

Gets or sets the width.

public double Width { get; set; }

Property Value

double

Methods

ToString()

Converts to string.

public override string ToString()

Returns

string

A string that represents this instance.