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(Wmfグラフィックオブジェクト 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; }
不動産価値
RegionIndex
地域の指数を取得または設定します。
public int RegionIndex { get; set; }