create method

create

Creates a pattern using the specified image data and repetition mode.

Returns

An opaque object describing the created pattern.

def create(self, canvas, data, repetition):
    ...
ParameterTypeDescription
canvasaspose.svg.rendering.ICanvasThe canvas associated with the pattern.
databytesThe image data used for the pattern.
repetitionstrA string indicating how to repeat the image.

See Also