[SerializableAttribute]
public readonly struct AARectangleN<TNumeric> : IEquatable<AARectangleN<TNumeric>>,
IFormattable, IProvider<IBinaryIO<AARectangleN<TNumeric>>>, IProvider<IVariantRandom<AARectangleN<TNumeric>>>,
ISerializable
where TNumeric : struct, new(), INumeric<TNumeric>
<SerializableAttribute>
Public Structure AARectangleN(Of TNumeric As {Structure, New, INumeric(Of TNumeric)})
Implements IEquatable(Of AARectangleN(Of TNumeric)),
IFormattable, IProvider(Of IBinaryIO(Of AARectangleN(Of TNumeric))),
IProvider(Of IVariantRandom(Of AARectangleN(Of TNumeric))),
ISerializable[SerializableAttribute]
generic<typename TNumeric>
where TNumeric : value class, gcnew(), INumeric<TNumeric>
public value class AARectangleN : IEquatable<AARectangleN<TNumeric>>,
IFormattable, IProvider<IBinaryIO<AARectangleN<TNumeric>>^>, IProvider<IVariantRandom<AARectangleN<TNumeric>>^>,
ISerializable[<SealedAttribute>]
[<SerializableAttribute>]
type AARectangleN<'TNumeric when 'TNumeric : struct, new() and INumeric<'TNumeric>> =
struct
inherit ValueType
interface IEquatable<AARectangleN<'TNumeric>>
interface IFormattable
interface IProvider<IBinaryIO<AARectangleN<'TNumeric>>>
interface IProvider<IVariantRandom<AARectangleN<'TNumeric>>>
interface ISerializable
end| AARectangleNTNumeric(Vector2NTNumeric, Vector2NTNumeric) | Initializes a new instance of the AARectangleNTNumeric class |
| AARectangleNTNumeric(TNumeric, TNumeric, TNumeric, TNumeric) | Initializes a new instance of the AARectangleNTNumeric class |
| Contains(AARectangleNTNumeric) | |
| Contains(Vector2NTNumeric) | |
| ConvertTOther | |
| Equals(AARectangleNTNumeric) | |
| Equals(Object) | (Overrides ValueTypeEquals(Object)) |
| GetArea | |
| GetHashCode | (Overrides ValueTypeGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IntersectsWith | |
| ToString | (Overrides ValueTypeToString) |
| ToString(String, IFormatProvider) | |
| Translate |
| Equality(AARectangleNTNumeric, AARectangleNTNumeric) | |
| Inequality(AARectangleNTNumeric, AARectangleNTNumeric) |
| IProviderIBinaryIOAARectangleNTNumericGetInstance | Returns an instance of T. |
| IProviderIVariantRandomAARectangleNTNumericGetInstance | Returns an instance of T. |
| ISerializableGetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |