CGSize Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Estructura que contiene valores de alto y ancho.
[System.Serializable]
public struct CGSize : IEquatable<CoreGraphics.CGSize>
type CGSize = struct
- Herencia
-
CGSize
- Atributos
- Implementaciones
Constructores
CGSize(CGPoint) |
Inicializa un objeto CGSize desde un CGPoint. |
CGSize(CGSize) |
Inicializa un objeto CGSize de otro CGSize. |
CGSize(Double, Double) |
Estructura que contiene valores de alto y ancho. |
CGSize(nfloat, nfloat) |
Inicializa un CGSize con el ancho y alto especificados. |
CGSize(Single, Single) |
Estructura que contiene valores de alto y ancho. |
Campos
Empty |
Representa un tamaño vacío. |
Propiedades
Height |
Componente de alto del CGSize. |
IsEmpty |
Devuelve true si el tamaño está vacío. |
Width |
Componente Width del CGSize. |
Métodos
Add(CGSize, CGSize) |
Agrega dos objetos CGSize y devuelve el resultado. |
Equals(CGSize) |
Compara el tamaño con el tamaño especificado. |
Equals(Object) |
Compara el CGSize con otro objeto . |
GetHashCode() |
Estructura que contiene valores de alto y ancho. |
Subtract(CGSize, CGSize) |
Estructura que contiene valores de alto y ancho. |
ToCGPoint() |
Convierte el CGSize en un CGPOint. |
ToDictionary() |
Serializa un CGSize en .NSDictionary |
ToPointF() |
Obsoletos.
Convierte el tamaño en un CGPoint. |
ToRoundedCGSize() |
Estructura que contiene valores de alto y ancho. |
ToSize() |
Obsoletos.
Estructura que contiene valores de alto y ancho. |
ToString() |
Estructura que contiene valores de alto y ancho. |
TryParse(NSDictionary, CGSize) |
Intenta analizar el contenido de un NSDictionary con un CGSize serializado en un CGSize. |
Operadores
Addition(CGSize, CGSize) |
Agrega dos estructuras CGSize juntas y devuelve el resultado. |
Equality(CGSize, CGSize) |
Estructura que contiene valores de alto y ancho. |
Explicit(CGSize to CGPoint) |
Estructura que contiene valores de alto y ancho. |
Explicit(CGSize to Size) |
Estructura que contiene valores de alto y ancho. |
Explicit(CGSize to SizeF) |
Estructura que contiene valores de alto y ancho. |
Implicit(Size to CGSize) |
Estructura que contiene valores de alto y ancho. |
Implicit(SizeF to CGSize) |
Estructura que contiene valores de alto y ancho. |
Inequality(CGSize, CGSize) |
Estructura que contiene valores de alto y ancho. |
Subtraction(CGSize, CGSize) |
Estructura que contiene valores de alto y ancho. |