WmfIntersectClipRect

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject

public class WmfIntersectClipRect extends WmfObject

The META_INTERSECTCLIPRECT record sets the clipping region in the playback device context to the intersection of the existing clipping region and the specified rectangle.

Constructors

ConstructorDescription
WmfIntersectClipRect()

Methods

MethodDescription
getRectangle()Gets or sets the rectangle.
setRectangle(Rectangle value)Gets or sets the rectangle.

WmfIntersectClipRect()

public WmfIntersectClipRect()

getRectangle()

public Rectangle getRectangle()

Gets or sets the rectangle.

Value: The rectangle.

Returns: Rectangle

setRectangle(Rectangle value)

public void setRectangle(Rectangle value)

Gets or sets the rectangle.

Value: The rectangle.

Parameters:

ParameterTypeDescription
valueRectangle