Compartir a través de


CGRect.Width Propiedad

Definición

Obtiene o establece el ancho de esta estructura CGRect.

public nfloat Width { get; set; }
member this.Width : nfloat with get, set

Valor de propiedad

Comentarios

Cambiar la Width propiedad también provocará un cambio en la Right propiedad de CGRect. Las unidades en las que se dibuja el rectángulo se determinan mediante las propiedades P:System.Drawing.Graphics.PageUnit y P:System.Drawing.Graphics.PageScale del objeto gráfico utilizado para dibujar. La unidad predeterminada es píxeles.

Se aplica a