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)
ParameterTypeDescription
canvasICanvasThe canvas associated with the pattern.
dataByte[]The image data used for the pattern.
repetitionStringA string indicating how to repeat the image.

Return Value

An opaque object describing the created pattern.

See Also