Click or drag to resize

BaseMarkableVectorGraphicGetCustomRendering Method

Returns custom rendering in case of HasCustomRendering.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.34.0
Syntax
C#
public virtual IList<VectorGraphicLayer> GetCustomRendering()

Return Value

IListVectorGraphicLayer
List of layers used for rendering instead of the vector graphic engine.
See Also