Struct RectangleF
- Assembly
- Alis.dll
The sdl f rect
public struct RectangleF : IShape
Implements
Inherited Members
Constructors
RectangleF(float, float, float, float)
Initializes a new instance of the Alis.Core.Aspect.Math.Shape.Rectangle.RectangleF class
public RectangleF(float x, float y, float w, float h)
Parameters
Properties
H
The
public float H { readonly get; set; }
Property Value
W
The
public float W { readonly get; set; }
Property Value
X
The
public float X { readonly get; set; }
Property Value
Y
The
public float Y { readonly get; set; }