Table of Contents

Class Rectangle

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

A rectangle used in a SnapshotImage.

public class Rectangle
Inheritance
Rectangle
Inherited Members

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

X

Gets or sets the X coordinate.

public double X { get; set; }

Property Value

double

Y

Gets or sets the Y coordinate.

public double Y { get; set; }

Property Value

double

Methods

ToString()

Converts to string.

public override string ToString()

Returns

string

A string that represents this instance.