VectorGraphicEngineGetImportPreview Method |
Returns a preview of the file to import.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual ImageSource GetImportPreview(
string fileName,
ivec2 size
)
Parameters
- fileName String
- The file path.
- size ivec2
- Pixel size of the image. (Only for BitmapImage)
Return Value
ImageSourcePreview of the file to import as ImageSource
See Also