Class Size
Il nome: Aspose.Html.Drawing Assemblaggio: Aspose.HTML.dll (25.4.0)
Storia un valore che specifica altezza e larghezza.
[ComVisible(true)]
public class Size
Inheritance
I membri ereditari
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
Size()
Inizia una nuova instanza della classe Aspose.Html.Drawing.Size.
public Size()
Size(di int, int)
Inizia una nuova instanza della classe Aspose.Html.Drawing.Size e specifica una Altezza e larghezza in pixel.
public Size(int width, int height)
Parameters
width
int
La larghezza .
height
int
La altezza .
Size(lunghezza, lunghezza)
Inizia una nuova instanza della classe Aspose.Html.Drawing.Size.
public Size(Length width, Length height)
Parameters
width
Length
La larghezza .
height
Length
La altezza .
Properties
Height
Ottieni o metti il componente verticale di questo Aspose.Html.Drawing.Size.
public Length Height { get; set; }
Valore di proprietà
Width
Ottieni o metti il componente orizzontale di questo Aspose.Html.Drawing.Size.
public Length Width { get; set; }