Enum FillTypes
FillTypes enumeration
Fill types for the brush.
public enum FillTypes
Values
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown fill type. |
NoFill | 1 | No fill needed |
Uniform | 2 | Uniform fill. Apply a solid fill color. |
Fountain | 3 | Fountain fill. Apply a gradient of colors or shades. |
Postscript | 4 | Postscript fill. Apply an intricate PostScript texture fill. |
TwoColorPattern | 5 | Two-color pattern fill. |
ImportedBitmap | 6 | Bitmap pattern fill. |
FullColorPattern | 7 | Vector pattern fill. |
Texture | 8 | Texture fill. |
See Also
- namespace Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums
- assembly Aspose.Imaging