Class WmfFrameRegion

Class WmfFrameRegion

Pôvodný názov: Aspose.Imaging.FileFormats.Wmf.Objects Zhromaždenie: Aspose.Imaging.dll (25.4.0)

WMF rám regionálny objekt.

public class WmfFrameRegion : WmfObject

Inheritance

object MetaObject WmfObject WmfFrameRegion

Z dedičných členov

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

Constructors

WmfFrameRegion()

Initalizuje novú inštanciu triedy Aspose.Imaging.FileFormats.Wmf.Objects.

public WmfFrameRegion()

WmfFrameRegion(WmfGraphicObject, Špecifikácia)

Initalizuje novú inštanciu triedy Aspose.Imaging.FileFormats.Wmf.Objects.

public WmfFrameRegion(WmfGraphicObject region, WmfGraphicObject brush)

Parameters

region WmfGraphicObject

v regióne .

brush WmfGraphicObject

To je brush.

Properties

BrushIndex

Získajte alebo nastavíte index brúsky.

public int BrushIndex { get; set; }

Hodnota nehnuteľnosti

int

Height

Získať alebo nastaviť výšku.

public short Height { get; set; }

Hodnota nehnuteľnosti

short

RegionIndex

Získať alebo nastaviť index regiónu.

public int RegionIndex { get; set; }

Hodnota nehnuteľnosti

int

Width

Získať alebo nastaviť šírku.

public short Width { get; set; }

Hodnota nehnuteľnosti

short

 Slovenčina