CGPoint Estructura

Definición

Estructura que define un punto 2D.

[System.Serializable]
public struct CGPoint : IEquatable<CoreGraphics.CGPoint>
type CGPoint = struct
Herencia
CGPoint
Atributos
Implementaciones

Constructores

CGPoint(CGPoint)

Estructura que define un punto 2D.

CGPoint(Double, Double)

Estructura que define un punto 2D.

CGPoint(nfloat, nfloat)

Estructura que define un punto 2D.

CGPoint(Single, Single)

Estructura que define un punto 2D.

Campos

Empty

Estructura que define un punto 2D.

Propiedades

IsEmpty

Estructura que define un punto 2D.

X

Estructura que define un punto 2D.

Y

Estructura que define un punto 2D.

Métodos

Add(CGPoint, CGSize)

Estructura que define un punto 2D.

Equals(CGPoint)

Estructura que define un punto 2D.

Equals(Object)

Estructura que define un punto 2D.

GetHashCode()

Estructura que define un punto 2D.

Subtract(CGPoint, CGSize)

Estructura que define un punto 2D.

ToDictionary()

Estructura que define un punto 2D.

ToString()

Estructura que define un punto 2D.

TryParse(NSDictionary, CGPoint)

Estructura que define un punto 2D.

Operadores

Addition(CGPoint, CGSize)

Estructura que define un punto 2D.

Equality(CGPoint, CGPoint)

Estructura que define un punto 2D.

Explicit(CGPoint to Point)

Estructura que define un punto 2D.

Explicit(CGPoint to PointF)

Estructura que define un punto 2D.

Implicit(Point to CGPoint)

Estructura que define un punto 2D.

Implicit(PointF to CGPoint)

Estructura que define un punto 2D.

Inequality(CGPoint, CGPoint)

Estructura que define un punto 2D.

Subtraction(CGPoint, CGSize)

Estructura que define un punto 2D.

Se aplica a