EmfStrokePath

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.EmfDrawingRecordType

public final class EmfStrokePath extends EmfDrawingRecordType

EMR_STROKEPATH class

Constructors

ConstructorDescription
EmfStrokePath(EmfRecord record)Initializes a new instance of the EmfStrokePath class.
EmfStrokePath()Initializes a new instance of the EmfStrokePath class.

Methods

MethodDescription
getBounds()Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units
setBounds(Rectangle value)Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units

EmfStrokePath(EmfRecord record)

public EmfStrokePath(EmfRecord record)

Initializes a new instance of the EmfStrokePath class.

Parameters:

ParameterTypeDescription
recordEmfRecordThe record.

EmfStrokePath()

public EmfStrokePath()

Initializes a new instance of the EmfStrokePath class.

getBounds()

public Rectangle getBounds()

Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units

Returns: Rectangle

setBounds(Rectangle value)

public void setBounds(Rectangle value)

Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units

Parameters:

ParameterTypeDescription
valueRectangle