Struct RectangleI
- Assembly
- Alis.dll
The sdl rect
[Serializable]
public struct RectangleI : IShape, ISerializableImplements
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
Properties
H
The
public int H { readonly get; set; }Property Value
W
The
public int W { readonly get; set; }Property Value
X
The
public int X { readonly get; set; }Property Value
Y
The
public int Y { readonly get; set; }Property Value
Methods
GetObjectData(SerializationInfo, StreamingContext)
Gets the object data using the specified info
public void GetObjectData(SerializationInfo info, StreamingContext context)Parameters
infoSerializationInfo-
The info
contextStreamingContext-
The context