Click or drag to resize

VectorGraphicEngineImport Method

Imports a vector graphic from a file.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual void Import(
	ImportSettings settings,
	out string warning
)

Parameters

settings  ImportSettings
The settings for importing the file.
warning  String
Warning containing problems occurring during the import.
See Also