Table of Contents

Class Rectangle

Namespace
Loehnert.Lisrt.Laser.Keyence.Jobs.ViewModels
Assembly
Loehnert.Lisrt.Laser.Keyence.dll

Represents a rectangle.

public class Rectangle
Inheritance
Rectangle
Inherited Members

Properties

Height

Gets the height.

public double Height { get; }

Property Value

double

Width

Gets the width.

public double Width { get; }

Property Value

double

X

Gets the X position.

public double X { get; }

Property Value

double

Y

Gets the Y position.

public double Y { get; }

Property Value

double