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 |
EmfPlusBlendColors
The EmfPlusBlendColors object specifies positions and colors for the blend pattern of a gradient brush.
|
class |
EmfPlusBlendFactors
The EmfPlusBlendFactors object specifies positions and factors for the blend pattern of a gradient brush.
|
Modifier and Type | Method and Description |
---|---|
EmfPlusBlendBase |
EmfPlusPathGradientBrushOptionalData.getBlendPattern()
Gets or sets an optional blend pattern for the path gradient brush.
|
EmfPlusBlendBase[] |
EmfPlusLinearGradientBrushOptionalData.getBlendPattern()
Gets or sets an optional blend pattern for the linear gradient brush.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfPlusPathGradientBrushOptionalData.setBlendPattern(EmfPlusBlendBase value)
Gets or sets an optional blend pattern for the path gradient brush.
|
void |
EmfPlusLinearGradientBrushOptionalData.setBlendPattern(EmfPlusBlendBase[] value)
Gets or sets an optional blend pattern for the linear gradient brush.
|