Class WmfFillRegion

Class WmfFillRegion

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Wmf.Objects Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Rejestr META_FILLREGION wypełnia region za pomocą określonej szczoteczki.

public class WmfFillRegion : WmfObject

Inheritance

object MetaObject WmfObject WmfFillRegion

Dziedziczeni członkowie

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

Constructors

WmfFillRegion()

Inicjalizuje nową instancję klasy Aspose.Imaging.FileFormats.Wmf.Objects.

public WmfFillRegion()

WmfFillRegion(WmfGraphicObject, Obiekt graficzny)

Inicjalizuje nową instancję klasy Aspose.Imaging.FileFormats.Wmf.Objects.

public WmfFillRegion(WmfGraphicObject region, WmfGraphicObject brush)

Parameters

region WmfGraphicObject

w regionie .

brush WmfGraphicObject

To jest brush.

Properties

BrushIndex

Uzyskuje lub ustawia indeks szczoteczki.

public int BrushIndex { get; set; }

Wartość nieruchomości

int

RegionIndex

Otrzymuje lub ustawia indeks regionu.

public int RegionIndex { get; set; }

Wartość nieruchomości

int

 Polski