public abstract class EmfBoundedRecord extends EmfDrawingRecordType
Base EMF polyshape class.
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
getBounds()
Gets an 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units.
|
void |
setBounds(Rectangle value)
Sets an 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units.
|
public final Rectangle getBounds()
Gets an 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units.
public final void setBounds(Rectangle value)
Sets an 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units.
value - an 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.