Package | Description |
---|---|
com.aspose.imaging.fileformats.emf.emfplus.objects |
The package contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensions
2.2 EMF+ Objects.
|
Modifier and Type | Class and Description |
---|---|
class |
EmfPlusPathPointType
The EmfPlusPathPointType object specifies a type value associated with a point on a graphics
|
class |
EmfPlusPathPointTypeRle
The EmfPlusPathPointTypeRle object specifies type values associated with points on a graphics path using RLE compression.
|
Modifier and Type | Method and Description |
---|---|
EmfPlusBasePointType[] |
EmfPlusPath.getPathPointTypes()
Gets or sets an array that specifies how the points in the PathPoints field are used to draw the path.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfPlusPath.setPathPointTypes(EmfPlusBasePointType[] value)
Gets or sets an array that specifies how the points in the PathPoints field are used to draw the path.
|