IDrawingFactory Interface
IDrawingFactory interface
Represents a factory for creating drawing-related objects.
public interface IDrawingFactory : IDisposable
Methods
| Name | Description |
|---|---|
| CreateInterpolationColor(Color, float) | Creates an interpolation color with the specified color and position. |
| CreateLinearGradientBrush(RectangleF, IInterpolationColor[]) | Creates a linear gradient brush with the specified parameters. |
| CreateMatrix() | Creates a new identity matrix. |
| CreateMatrix(IMatrix) | Creates a new matrix with the same contents as the specified matrix. |
| CreateMatrix(float, float, float, float, float, float) | Creates a new matrix with the specified elements. |
| CreateSolidBrush(Color) | Creates a solid brush with the specified color. |
| CreateTextureBrush(byte[]) | Creates a texture brush with the specified parameters. |
See Also
- namespace Aspose.Html.Drawing
- assembly Aspose.HTML