Click or drag to resize

VectorGraphicEngineGetImportPreview Method

Returns a preview of the file to import.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public 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

ImageSource
Preview of the file to import as ImageSource
See Also