EmfIntersectClipRect

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfClippingRecordType

public final class EmfIntersectClipRect extends EmfClippingRecordType

The EMR_INTERSECTCLIPRECT record specifies a new clipping region from the intersection of the current clipping region and the specified rectangle. Note Fields that are not described in this section are specified in section 2.3.2.

Constructors

ConstructorDescription
EmfIntersectClipRect(EmfRecord source)Initializes a new instance of the EmfIntersectClipRect class.

Methods

MethodDescription
getClip()Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the rectangle in logical units.
setClip(Rectangle value)Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the rectangle in logical units.

EmfIntersectClipRect(EmfRecord source)

public EmfIntersectClipRect(EmfRecord source)

Initializes a new instance of the EmfIntersectClipRect class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

getClip()

public Rectangle getClip()

Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the rectangle in logical units.

Returns: Rectangle

setClip(Rectangle value)

public void setClip(Rectangle value)

Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the rectangle in logical units.

Parameters:

ParameterTypeDescription
valueRectangle