Table of Contents

Struct RectangleF

Namespace
Alis.Core.Aspect.Math.Shape.Rectangle
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

x float

The

y float

The

w float

The

h float

The

Properties

H

The

public float H { readonly get; set; }

Property Value

float

W

The

public float W { readonly get; set; }

Property Value

float

X

The

public float X { readonly get; set; }

Property Value

float

Y

The

public float Y { readonly get; set; }

Property Value

float