Table of Contents

Struct Rectangle

Namespace
GHIElectronics.Endpoint.Drawing
Assembly
GHIElectronics.Endpoint.Drawing.dll
public struct Rectangle
Inherited Members

Constructors

Rectangle(int, int, int, int)

public Rectangle(int x, int y, int width, int height)

Parameters

x int
y int
width int
height int

Properties

Height

public int Height { readonly get; set; }

Property Value

int

Width

public int Width { readonly get; set; }

Property Value

int

X

public int X { readonly get; set; }

Property Value

int

Y

public int Y { readonly get; set; }

Property Value

int