- IsEmpty
bool IsEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
- Length
float Length()
Undocumented in source. Be warned that the author may not have intended to support it.
- LengthSquared
float LengthSquared()
Undocumented in source. Be warned that the author may not have intended to support it.
- Offset
void Offset(SKPoint p)
Undocumented in source. Be warned that the author may not have intended to support it.
- Offset
void Offset(float dx, float dy)
Undocumented in source. Be warned that the author may not have intended to support it.
- ToString
string ToString()
Undocumented in source. Be warned that the author may not have intended to support it.
- X
float X()
Undocumented in source. Be warned that the author may not have intended to support it.
- X
void X(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
- Y
float Y()
Undocumented in source. Be warned that the author may not have intended to support it.
- Y
void Y(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
SKPoint opBinary(T sz)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
SKPoint opBinary(T sz)
Undocumented in source. Be warned that the author may not have intended to support it.
- Add
SKPoint Add(SKPoint pt, SKSizeI sz)
Undocumented in source. Be warned that the author may not have intended to support it.
- Add
SKPoint Add(SKPoint pt, SKSize sz)
Undocumented in source. Be warned that the author may not have intended to support it.
- Add
SKPoint Add(SKPoint pt, SKPointI sz)
Undocumented in source. Be warned that the author may not have intended to support it.
- Add
SKPoint Add(SKPoint pt, SKPoint sz)
Undocumented in source. Be warned that the author may not have intended to support it.
- Distance
float Distance(SKPoint point, SKPoint other)
Undocumented in source. Be warned that the author may not have intended to support it.
- DistanceSquared
float DistanceSquared(SKPoint point, SKPoint other)
Undocumented in source. Be warned that the author may not have intended to support it.
- Normalize
SKPoint Normalize(SKPoint point)
Undocumented in source. Be warned that the author may not have intended to support it.
- Reflect
SKPoint Reflect(SKPoint point, SKPoint normal)
Undocumented in source. Be warned that the author may not have intended to support it.
- Subtract
SKPoint Subtract(SKPoint pt, SKSizeI sz)
Undocumented in source. Be warned that the author may not have intended to support it.
- Subtract
SKPoint Subtract(SKPoint pt, SKSize sz)
Undocumented in source. Be warned that the author may not have intended to support it.
- Subtract
SKPoint Subtract(SKPoint pt, SKPointI sz)
Undocumented in source. Be warned that the author may not have intended to support it.
- Subtract
SKPoint Subtract(SKPoint pt, SKPoint sz)
Undocumented in source. Be warned that the author may not have intended to support it.