Class EmfExtFloodFill

Class EmfExtFloodFill

De naam: Aspose.Imaging.FileFormats.Emf.Emf.Records Verzameling: Aspose.Imaging.dll (25.4.0)

De EMR_EXTFLOODFILL-record vult een gebied van het displayoppervlak met de huidige brush.

public sealed class EmfExtFloodFill : EmfDrawingRecordType

Inheritance

object MetaObject EmfRecord EmfDrawingRecordType EmfExtFloodFill

Geëerbiede leden

EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EmfExtFloodFill(EmfRecord)

Initialiseert een nieuwe instantie van de Aspose.Imaging.FileFormats.Emf.EMF.Records.ExtFloodFill-klasse.

public EmfExtFloodFill(EmfRecord source)

Parameters

source EmfRecord

De bron .

Properties

Argb32Color

ontvangt of instelt een WMF ColorRef object ([MS-WMV] sectie 2.2.2.8), dat wordt gebruikt met deFloodFillMode om het gebied te bepalen om te vullen.

public int Argb32Color { get; set; }

Eigendomswaarde

int

FloodFillMode

Geeft of instelt een 32-bits onschreven integer die geeft aan hoe de kleurwaarde te gebruikenom het gebied te bepalen voor de overstromingsvullingsactiviteit. de waarde MUST in de FloodFillde lijst (afdeling 2.1.13).

public EmfFloodFill FloodFillMode { get; set; }

Eigendomswaarde

EmfFloodFill

Start

ontvangt of instelt een WMF PointL-object ([MS-WMV] sectie 2.2.2.15), waarin decoördinaten, in logische eenheden, waar het vullen begint.

public Point Start { get; set; }

Eigendomswaarde

Point

 Nederlands