Table of Contents

Struct RectangleF

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

Constructors

RectangleF(float, float, float, float)

public RectangleF(float x, float y, float width, float height)

Parameters

x float
y float
width float
height float

Properties

Height

public float Height { readonly get; set; }

Property Value

float

Width

public float Width { readonly get; set; }

Property Value

float

X

public float X { readonly get; set; }

Property Value

float

Y

public float Y { readonly get; set; }

Property Value

float