CGPoint Struct
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Struttura che definisce un punto 2D.
[System.Serializable]
public struct CGPoint : IEquatable<CoreGraphics.CGPoint>
type CGPoint = struct
- Ereditarietà
-
CGPoint
- Attributi
- Implementazioni
Costruttori
CGPoint(CGPoint) |
Struttura che definisce un punto 2D. |
CGPoint(Double, Double) |
Struttura che definisce un punto 2D. |
CGPoint(nfloat, nfloat) |
Struttura che definisce un punto 2D. |
CGPoint(Single, Single) |
Struttura che definisce un punto 2D. |
Campi
Empty |
Struttura che definisce un punto 2D. |
Proprietà
IsEmpty |
Struttura che definisce un punto 2D. |
X |
Struttura che definisce un punto 2D. |
Y |
Struttura che definisce un punto 2D. |
Metodi
Add(CGPoint, CGSize) |
Struttura che definisce un punto 2D. |
Equals(CGPoint) |
Struttura che definisce un punto 2D. |
Equals(Object) |
Struttura che definisce un punto 2D. |
GetHashCode() |
Struttura che definisce un punto 2D. |
Subtract(CGPoint, CGSize) |
Struttura che definisce un punto 2D. |
ToDictionary() |
Struttura che definisce un punto 2D. |
ToString() |
Struttura che definisce un punto 2D. |
TryParse(NSDictionary, CGPoint) |
Struttura che definisce un punto 2D. |
Operatori
Addition(CGPoint, CGSize) |
Struttura che definisce un punto 2D. |
Equality(CGPoint, CGPoint) |
Struttura che definisce un punto 2D. |
Explicit(CGPoint to Point) |
Struttura che definisce un punto 2D. |
Explicit(CGPoint to PointF) |
Struttura che definisce un punto 2D. |
Implicit(Point to CGPoint) |
Struttura che definisce un punto 2D. |
Implicit(PointF to CGPoint) |
Struttura che definisce un punto 2D. |
Inequality(CGPoint, CGPoint) |
Struttura che definisce un punto 2D. |
Subtraction(CGPoint, CGSize) |
Struttura che definisce un punto 2D. |