CGPoint
Empty
CGPoint(CGPoint)
CGPoint(Double, Double)
CGPoint(nfloat, nfloat)
CGPoint(NFloat, NFloat)
CGPoint(Single, Single)
IsEmpty
X
Y
Add(CGPoint, CGSize)
Deconstruct(NFloat, NFloat)
Equals(CGPoint)
Equals(Object)
GetHashCode()
Subtract(CGPoint, CGSize)
ToDictionary()
ToString()
TryParse(NSDictionary, CGPoint)
explicit operator Point(CGPoint)
explicit operator PointF(CGPoint)
implicit operator CGPoint(Point)
implicit operator CGPoint(PointF)
operator -(CGPoint, CGSize)
operator !=(CGPoint, CGPoint)
operator +(CGPoint, CGSize)
operator ==(CGPoint, CGPoint)
ToPoint(CGPoint)
ToPoint(CGPoint)
xamarinwatchos
namespace CoreGraphics
{
public struct CGPoint : IEquatable<CGPoint>
{
public override int GetHashCode();
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinwatchos | |
Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API