[SerializableAttribute]
public struct RECT
<SerializableAttribute>
Public Structure RECT
[SerializableAttribute]
public value class RECT
[<SealedAttribute>]
[<SerializableAttribute>]
type RECT =
struct
inherit ValueType
end
RECT(RECT) | Инициализирует новый экземпляр класса RECT |
RECT(Int32, Int32, Int32, Int32) | Инициализирует новый экземпляр класса RECT |
Equals | Determine if 2 RECT are equal (deep compare) (Переопределяет ValueTypeEquals(Object)) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Return the HashCode for this struct (not garanteed to be unique) (Переопределяет ValueTypeGetHashCode) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | (Переопределяет ValueTypeToString) |