VectorGraphicEngineImport Method |
Imports a vector graphic from a file.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic 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