Click or drag to resize

VectorGraphicEngineExportAsUIElement Method

Converts the command list to a UIElement.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual JobElementPanel ExportAsUIElement(
	RenderSettings renderSettings
)

Parameters

renderSettings  RenderSettings
Settings for the renderer.

Return Value

JobElementPanel
JobElementPanel containing vectors as SKPath.
See Also