Class WmfFillRegion

Class WmfFillRegion

名称: Aspose.Imaging.FileFormats.Wmf.Objects 收藏: Aspose.Imaging.dll (25.4.0)

META_FILLREGION 记录使用指定的刷子填写一个区域。

public class WmfFillRegion : WmfObject

Inheritance

object MetaObject WmfObject WmfFillRegion

继承人

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

Constructors

WmfFillRegion()

启动 Aspose.Imaging.FileFormats.Wmf.Objects.WmfFillRegion 类的新例子。

public WmfFillRegion()

WmfFillRegion(WmfGraphicObject 和 WmfGraphicObject)

启动 Aspose.Imaging.FileFormats.Wmf.Objects.WmfFillRegion 类的新例子。

public WmfFillRegion(WmfGraphicObject region, WmfGraphicObject brush)

Parameters

region WmfGraphicObject

该地区。

brush WmfGraphicObject

刷子。

Properties

BrushIndex

接收或设置刷子指数。

public int BrushIndex { get; set; }

财产价值

int

RegionIndex

接收或设置该地区的指数。

public int RegionIndex { get; set; }

财产价值

int

 中文