Size
Empty
Size(Point)
Size(Int32, Int32)
Height
IsEmpty
Width
Add(Size, Size)
Ceiling(SizeF)
Equals(Object)
Equals(Size)
GetHashCode()
Round(SizeF)
Subtract(Size, Size)
ToString()
Truncate(SizeF)
explicit operator Point(Size)
implicit operator SizeF(Size)
operator -(Size, Size)
operator !=(Size, Size)
operator *(Int32, Size)
operator *(Single, Size)
operator *(Size, Int32)
operator *(Size, Single)
operator /(Size, Int32)
operator /(Size, Single)
operator +(Size, Size)
operator ==(Size, Size)
netstandard2.1
namespace System.Drawing
{
public struct Size : IEquatable<Size>
{
public static Size operator *(int left, Size right);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 5.06.07.08.09.0 |
.NET Core | 2.12.23.03.1 |
.NET Standard | 2.1 |
Information specific to netstandard2.1 | |
Assembly | netstandard , Version=2.1.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API