Enum EmfGradientFill
EmfGradientFill enumeration
The GradientFill enumeration defines the modes for gradient fill operations.
public enum EmfGradientFill
Values
Name | Value | Description |
---|---|---|
GRADIENT_FILL_RECT_H | 0 | A mode in which color interpolation is performed along a gradient from the left to the right edges of a rectangle |
GRADIENT_FILL_RECT_V | 1 | A mode in which color interpolation is performed along a gradient from the top to the bottom edges of a rectangle. |
GRADIENT_FILL_TRIANGLE | 2 | A mode in which color interpolation is performed between vertexes of a triangleS |
See Also
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Consts
- assembly Aspose.Imaging