Skip to main content
All docs
V19.2

WpfSvgRenderer.CreateImageSource(Uri, Uri, Nullable<Size>, WpfSvgPalette, WpfSvgPalette, String, Nullable<Boolean>) Method

Creates an ImageSource object.

Namespace: DevExpress.Xpf.Core.Native

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public static ImageSource CreateImageSource(
    Uri imageUri,
    Uri baseUri,
    Size? targetSize,
    WpfSvgPalette palette,
    WpfSvgPalette basePalette,
    string state,
    bool? autoSize
)

Parameters

Name Type
imageUri Uri
baseUri Uri
targetSize Nullable<Size>
palette WpfSvgPalette
basePalette WpfSvgPalette
state String
autoSize Nullable<Boolean>

Returns

Type
ImageSource

Remarks

See Also