RayguideWrapperOnLoadVectorGraphic Method |
Tells RAYGUIDE GUI to load a vector graphic.
Namespace: RAYLASE.Marker.GUI.WrapperAssembly: RAYLASE.Marker.GUI.Wrapper (in RAYLASE.Marker.GUI.Wrapper.dll) Version: 2.40.0
Syntaxpublic 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