aspose.svg.dom.canvas
The Aspose.Svg.Dom.Canvas namespace provides interfaces for 2D rendering details qualification as well as options for filling and Path2D class.
Classes
Class | Description |
---|---|
ICanvasGradient | Represents an opaque object describing a gradient. |
ICanvasLinearGradientFactory | Represents a factory for creating linear gradients to be used with the HTML canvas rendering context. |
ICanvasPattern | Represents an opaque object describing a pattern, based on an image, a canvas or a video. |
ICanvasPatternFactory | Represents a factory for creating patterns to be used with the HTML canvas rendering context. |
ICanvasRadialGradientFactory | Represents a factory for creating radial gradients to be used with the HTML canvas rendering context. |
ICanvasSolid | Represents an opaque object describing a solid color to be used with the HTML canvas rendering context. |
ICanvasSolidFactory | Represents a factory for creating solid colors to be used with the HTML canvas rendering context. |