Click or drag to resize

RayguideWrapperOnLoadVectorGraphic Method

Tells RAYGUIDE GUI to load a vector graphic.

Namespace: RAYLASE.Marker.GUI.Wrapper
Assembly: RAYLASE.Marker.GUI.Wrapper (in RAYLASE.Marker.GUI.Wrapper.dll) Version: 2.40.0
Syntax
C#
public void OnLoadVectorGraphic(
	string filePath,
	double scale
)

Parameters

filePath  String
The file path.
scale  Double
The scaling factor to be applied to the vector graphic.
See Also