WmfIntersectClipRect

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

public class WmfIntersectClipRect extends WmfObject

El registro META_INTERSECTCLIPRECT establece la región de recorte en el contexto del dispositivo de reproducción a la intersección de la región de recorte existente y el rectángulo especificado.

Constructores

ConstructorDescripción
WmfIntersectClipRect()

Métodos

MétodoDescripción
getRectangle()Obtiene o establece el rectángulo.
setRectangle(Rectangle value)Obtiene o establece el rectángulo.

WmfIntersectClipRect()

public WmfIntersectClipRect()

getRectangle()

public Rectangle getRectangle()

Obtiene o establece el rectángulo.

Valor: El rectángulo.

Returns: Rectangle

setRectangle(Rectangle value)

public void setRectangle(Rectangle value)

Obtiene o establece el rectángulo.

Valor: El rectángulo.

Parameters:

ParámetroTipoDescripción
valueRectangle