Class WmfFillRegion
Class WmfFillRegion
Navne til: Aspose.Imaging.FileFormats.Wmf.Objects Sammensætning: Aspose.Imaging.dll (25.4.0)
META_FILLREGION-registret fylder en region ved hjælp af en angivet brush.
public class WmfFillRegion : WmfObject
Inheritance
object ← MetaObject ← WmfObject ← WmfFillRegion
De arvede medlemmer
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
WmfFillRegion()
Initialiserer en ny instans af Aspose.Imaging.FileFormats.Wmf.Objects.WiMfFillRegion klasse.
public WmfFillRegion()
WmfFillRegion(WmfGraphicObject, afhængig af)
Initialiserer en ny instans af Aspose.Imaging.FileFormats.Wmf.Objects.WiMfFillRegion klasse.
public WmfFillRegion(WmfGraphicObject region, WmfGraphicObject brush)
Parameters
region
WmfGraphicObject
og regionen.
brush
WmfGraphicObject
Det er brush.
Properties
BrushIndex
Få eller indsætte indekset af brusk.
public int BrushIndex { get; set; }
Ejendomsværdi
RegionIndex
Få eller indsætte indekset for regionen.
public int RegionIndex { get; set; }