Classe EmfSelectClipPath

Summary: The EMR_SELECTCLIPPATH record specifies the current path as a clipping region for a playback
device context, combining the new region with any existing clipping region using the specified mode.

Module: aspose.imaging.fileformats.emf.emf.records

Full Name: aspose.imaging.fileformats.emf.emf.records.EmfSelectClipPath

Inheritance: EmfClippingRecordType

Constructors

NameDescription
EmfSelectClipPath()Initialise une nouvelle instance de la classe EmfSelectClipPath.
EmfSelectClipPath(source)Initialise une nouvelle instance de la classe EmfSelectClipPath.

Properties

NameTypeAccessDescription
region_modeEmfRegionModer/wObtient ou définit un entier non signé de 32 bits qui spécifie la manière d’utiliser le chemin. La
valeur DOIT être dans l’énumération RegionMode (section 2.1.29).
sizeintr/wObtient ou définit la taille de l’enregistrement
typeEmfRecordTyper/wObtient ou définit le type.

Methods

NameDescription
create_from_record(source)Initialise une nouvelle instance de la classe EmfRecord.
create_from_type(type)Initialise une nouvelle instance de la classe EmfRecord.

Constructor: EmfSelectClipPath()

 EmfSelectClipPath() 

Initialise une nouvelle instance de la classe EmfSelectClipPath.

Constructor: EmfSelectClipPath(source)

 EmfSelectClipPath(source) 

Initialise une nouvelle instance de la classe EmfSelectClipPath.

Parameters:

ParamètreTypeDescription
sourceEmfRecordLa source.

Method: create_from_record(source) [static]

 create_from_record(source) 

Initialise une nouvelle instance de la classe EmfRecord.

Parameters:

ParamètreTypeDescription
sourceEmfRecordLa source.

Returns

TypeDescription
EmfRecord

Method: create_from_type(type) [static]

 create_from_type(type) 

Initialise une nouvelle instance de la classe EmfRecord.

Parameters:

ParamètreTypeDescription
typeEmfRecordTypeLe type d’enregistrement.

Returns

TypeDescription
EmfRecord