Name
RenderLayer -- render layer to brush layer (V10.0)
Synopsis
RenderLayer(id)
Function
This function converts the layer specified by id to a brush layer. This usually means sacrificing quality because brushes are rasterized and thus cannot be scaled or transformed without losses in quality which is why this function is probably of not much use.

You need to enable layers before you can use this function. See Layers introduction for details.

Inputs
id
identifier of the layer to be rendered

Show TOC