Class EmfSetArcDirection

Class EmfSetArcDirection

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

De EMR_SETARCDIRECTION-record bepaalt de draagwijze die moet worden gebruikt voor arc en rectangle output.

public sealed class EmfSetArcDirection : EmfStateRecordType

Inheritance

object MetaObject EmfRecord EmfStateRecordType EmfSetArcDirection

Geëerbiede leden

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

Remarks

De EMR_SETARCDIRECTION-record beïnvloedt de richting waarin de volgende records worden getoond:

  • EMR_ARC (afdeling 2.3.5.2)
  • EMR_ARCTO (afdeling 2.3.5.3)
  • EMR_CHORD (afdeling 2.3.5.4)
  • EMR_ELLIPSE (afdeling 2.3.5.5)
  • EMR_PIE (afdeling 2.3.5.15)
  • EMR_RECTANGLE (afdeling 2.3.5.34)
  • EMR_ROUNDRECT (afdeling 2.3.5.35)

Constructors

EmfSetArcDirection(EmfRecord)

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

public EmfSetArcDirection(EmfRecord source)

Parameters

source EmfRecord

De bron .

EmfSetArcDirection()

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

public EmfSetArcDirection()

Properties

ArcDirection

Geeft of stelt een 32-bits onschreven integer die de richting van de arc specificeren.U dient in de ArcDirection-lijst te zijn (afdeling 2.1.2).De standaardrichting is counterclockwise.

public EmfArcDirection ArcDirection { get; set; }

Eigendomswaarde

EmfArcDirection

 Nederlands