Class WmfExtTextOut

Class WmfExtTextOut

Název místa: Aspose.Imaging.FileFormats.Wmf.Objects Shromáždění: Aspose.Imaging.dll (25.4.0)

Wmf ext text out

public class WmfExtTextOut : WmfPointObject

Inheritance

object MetaObject WmfObject WmfPointObject WmfExtTextOut

Derived

WmfTextOut

Dědiční členové

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

Constructors

WmfExtTextOut()

public WmfExtTextOut()

Properties

Dx

Obdržíte nebo nastavíte dx.

public short[] Dx { get; set; }

Hodnota nemovitosti

short []a[]

ExtendedByte

Obdržíte nebo nastavíte rozšířený byte.

public byte ExtendedByte { get; set; }

Hodnota nemovitosti

byte

FwOpts

Získáte nebo nastavíte fw opty.

public int FwOpts { get; set; }

Hodnota nemovitosti

int

Rectangle

Obdržíte nebo nastavíte pravý úhel.

public Rectangle Rectangle { get; set; }

Hodnota nemovitosti

Rectangle

StringLength

Obdržíte nebo nastavíte délku pruhu.

public int StringLength { get; set; }

Hodnota nemovitosti

int

Text

Obdržíte nebo nastavíte text.

public string Text { get; set; }

Hodnota nemovitosti

string

 Čeština