Enum EmfGradientFill
Enum EmfGradientFill
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Consts
Assembly: Aspose.Imaging.dll (25.2.0)
The GradientFill enumeration defines the modes for gradient fill operations.
public enum EmfGradientFill
Fields
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