Skip to main content
A newer version of this page is available. .

SplashScreenManager.ShowImage(SvgImage) Method

Displays a vector image as a splash form, centering the image against your application’s main form.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public static void ShowImage(
    SvgImage svgImage
)

Parameters

Name Type Description
svgImage SvgImage

An SvgImage to be drawn.

See Also