Class Size

Class Size

Nombre del espacio: Aspose.Html.Drawing Colección: Aspose.HTML.dll (25.4.0)

Almacena un valor que especifica una altura y ancho.

[ComVisible(true)]
public class Size

Inheritance

object Size

Miembros heredados

object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Constructors

Size()

Inicia una nueva instancia de la clase Aspose.Html.Drawing.Size.

public Size()

Size(El int, int)

Inicializa una nueva instancia de la clase Aspose.Html.Drawing.Size y especifica una altura y ancho en píxeles.

public Size(int width, int height)

Parameters

width int

de la amplitud.

height int

La altura.

Size(Longitud, longitud)

Inicia una nueva instancia de la clase Aspose.Html.Drawing.Size.

public Size(Length width, Length height)

Parameters

width Length

de la amplitud.

height Length

La altura.

Properties

Height

Obtenga o coloca el componente vertical de este Aspose.Html.Drawing.Size.

public Length Height { get; set; }

Valor de la propiedad

Length

Width

Obtenga o coloca el componente horizontal de este Aspose.Html.Drawing.Size.

public Length Width { get; set; }

Valor de la propiedad

Length

 Español