PointF
Empty
PointF(Vector2)
PointF(Single, Single)
IsEmpty
X
Y
Add(PointF, Size)
Add(PointF, SizeF)
Equals(Object)
Equals(PointF)
GetHashCode()
Subtract(PointF, Size)
Subtract(PointF, SizeF)
ToString()
ToVector2()
explicit operator PointF(Vector2)
explicit operator Vector2(PointF)
operator -(PointF, Size)
operator -(PointF, SizeF)
operator !=(PointF, PointF)
operator +(PointF, Size)
operator +(PointF, SizeF)
operator ==(PointF, PointF)
xamarinmac
namespace System.Drawing
{
[TypeForwardedFrom("Xamarin.Mac, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
public struct PointF : IEquatable<PointF>
{
public bool Equals(PointF other);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 5.06.07.08.09.0 |
.NET Core | 2.02.12.23.03.1 |
.NET Standard | 2.1 |
Information specific to xamarinmac | |
Assembly | System.Drawing.Common , Version=4.0.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