Enum FillTypes
Enum FillTypes
Namespace: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums
Assembly: Aspose.Imaging.dll (25.2.0)
Fill types for the brush.
public enum FillTypes
Fields
Fountain = 3
Fountain fill. Apply a gradient of colors or shades.
FullColorPattern = 7
Vector pattern fill.
ImportedBitmap = 6
Bitmap pattern fill.
NoFill = 1
No fill needed
Postscript = 4
Postscript fill. Apply an intricate PostScript texture fill.
Texture = 8
Texture fill.
TwoColorPattern = 5
Two-color pattern fill.
Uniform = 2
Uniform fill. Apply a solid fill color.
Unknown = 0
Unknown fill type.