ICanvasPatternFactory.Create
ICanvasPatternFactory.Create method
Creates a pattern using the specified image data and repetition mode.
public ICanvasPattern Create(ICanvas canvas, byte[] data, string repetition)
Parameter | Type | Description |
---|---|---|
canvas | ICanvas | The canvas associated with the pattern. |
data | Byte[] | The image data used for the pattern. |
repetition | String | A string indicating how to repeat the image. |
Return Value
An opaque object describing the created pattern.
See Also
- interface ICanvasPattern
- interface ICanvas
- interface ICanvasPatternFactory
- namespace Aspose.Svg.Dom.Canvas
- assembly Aspose.SVG