Class WmfFillRegion
Class WmfFillRegion
Pôvodný názov: Aspose.Imaging.FileFormats.Wmf.Objects Zhromaždenie: Aspose.Imaging.dll (25.4.0)
Záznam META_FILLREGION vyplní oblasť pomocou špecifikovanej brúsky.
public class WmfFillRegion : WmfObject
Inheritance
object ← MetaObject ← WmfObject ← WmfFillRegion
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
WmfFillRegion()
Initalizuje novú inštanciu triedy Aspose.Imaging.FileFormats.Wmf.Objects.
public WmfFillRegion()
WmfFillRegion(WmfGraphicObject, Špecifikácia)
Initalizuje novú inštanciu triedy Aspose.Imaging.FileFormats.Wmf.Objects.
public WmfFillRegion(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
RegionIndex
Získať alebo nastaviť index regiónu.
public int RegionIndex { get; set; }