Class Size

Class Size

Název místa: Aspose.Html.Drawing Sbírka: Aspose.HTML.dll (25.4.0)

Ukládá hodnoty, které určují výšku a šířku.

[ComVisible(true)]
public class Size

Inheritance

object Size

Dědiční členové

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

Constructors

Size()

Začíná nový příklad třídy Aspose.Html.Drawing.Size.

public Size()

Size(a int, int)

Začíná nový příklad třídy Aspose.Html.Drawing.Size a specifikuje výšku a šířku v pixlech.

public Size(int width, int height)

Parameters

width int

A šířka.

height int

na výšku.

Size(délka, délka)

Začíná nový příklad třídy Aspose.Html.Drawing.Size.

public Size(Length width, Length height)

Parameters

width Length

A šířka.

height Length

na výšku.

Properties

Height

Obdržíte nebo nastavte vertikální složku tohoto Aspose.Html.Drawing.Size.

public Length Height { get; set; }

Hodnota nemovitosti

Length

Width

Obdržíte nebo nastavte horizontální složku tohoto Aspose.Html.Drawing.Size.

public Length Width { get; set; }

Hodnota nemovitosti

Length

 Čeština