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