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
Properties
Height
public int Height { readonly get; set; }
Property Value
Width
public int Width { readonly get; set; }
Property Value
X
public int X { readonly get; set; }
Property Value
Y
public int Y { readonly get; set; }