Table of Contents

Struct RectangleI

Namespace
Alis.Core.Aspect.Math.Shape.Rectangle
Assembly
Alis.dll

The sdl rect

[Serializable]
public struct RectangleI : IShape, ISerializable

Implements

Inherited Members

Constructors

RectangleI(int, int, int, int)

Initializes a new instance of the Alis.Core.Aspect.Math.Shape.Rectangle.RectangleI class

public RectangleI(int x, int y, int w, int h)

Parameters

x int

The

y int

The

w int

The

h int

The

Properties

H

The

public int H { readonly get; set; }

Property Value

int

W

The

public int W { readonly get; set; }

Property Value

int

X

The

public int X { readonly get; set; }

Property Value

int

Y

The

public int Y { readonly get; set; }

Property Value

int

Methods

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data using the specified info

public void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The info

context StreamingContext

The context