[SerializableAttribute]
public readonly struct RectangleN<TNumeric> : IEquatable<RectangleN<TNumeric>>,
IFormattable, IProvider<IBinaryIO<RectangleN<TNumeric>>>, IProvider<IVariantRandom<RectangleN<TNumeric>>>,
ISerializable
where TNumeric : struct, new(), INumeric<TNumeric>
<SerializableAttribute>
Public Structure RectangleN(Of TNumeric As {Structure, New, INumeric(Of TNumeric)})
Implements IEquatable(Of RectangleN(Of TNumeric)),
IFormattable, IProvider(Of IBinaryIO(Of RectangleN(Of TNumeric))),
IProvider(Of IVariantRandom(Of RectangleN(Of TNumeric))),
ISerializable[SerializableAttribute]
generic<typename TNumeric>
where TNumeric : value class, gcnew(), INumeric<TNumeric>
public value class RectangleN : IEquatable<RectangleN<TNumeric>>,
IFormattable, IProvider<IBinaryIO<RectangleN<TNumeric>>^>, IProvider<IVariantRandom<RectangleN<TNumeric>>^>,
ISerializable[<SealedAttribute>]
[<SerializableAttribute>]
type RectangleN<'TNumeric when 'TNumeric : struct, new() and INumeric<'TNumeric>> =
struct
inherit ValueType
interface IEquatable<RectangleN<'TNumeric>>
interface IFormattable
interface IProvider<IBinaryIO<RectangleN<'TNumeric>>>
interface IProvider<IVariantRandom<RectangleN<'TNumeric>>>
interface ISerializable
end| RectangleNTNumeric | Initializes a new instance of the RectangleNTNumeric class |
| Equality(RectangleNTNumeric, RectangleNTNumeric) | |
| (AARectangleNTNumeric to RectangleNTNumeric) | |
| Inequality(RectangleNTNumeric, RectangleNTNumeric) |
| GetBottomCenterTNumeric | (Defined by RectangleNExtensions) |
| GetBottomLeftTNumeric | (Defined by RectangleNExtensions) |
| GetBottomRightTNumeric | (Defined by RectangleNExtensions) |
| GetLeftCenterTNumeric | (Defined by RectangleNExtensions) |
| GetRightCenterTNumeric | (Defined by RectangleNExtensions) |
| GetTopCenterTNumeric | (Defined by RectangleNExtensions) |
| GetTopLeftTNumeric | (Defined by RectangleNExtensions) |
| GetTopRightTNumeric | (Defined by RectangleNExtensions) |
| IProviderIBinaryIORectangleNTNumericGetInstance | Returns an instance of T. |
| IProviderIVariantRandomRectangleNTNumericGetInstance | Returns an instance of T. |
| ISerializableGetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |