EmfExcludeClipRect Classe

Summary: The EMR_EXCLUDECLIPRECT record specifies a new clipping region that consists of the existing
clipping region minus the specified rectangle.
Note Fields that are not described in this section are specified in section 2.3.2.

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

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

Inheritance: EmfClippingRecordType

Constructors

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

Properties

NameTypeAccessDescription
clipRectangler/wObtient ou définit un objet RectL WMF ([MS-WMF] section 2.2.2.19) qui spécifie le rectangle de découpage
en unités logiques.
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: EmfExcludeClipRect()

 EmfExcludeClipRect() 

Initialise une nouvelle instance de la classe EmfExcludeClipRect.

Constructor: EmfExcludeClipRect(source)

 EmfExcludeClipRect(source) 

Initialise une nouvelle instance de la classe EmfExcludeClipRect.

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