Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static void ShowImage(
    SvgImage svgImage
)

Parameters

Name Type Description
svgImage SvgImage

An SvgImage to be drawn.

Remarks

Call the SplashScreenManager.HideImage method to show the splash form.

See the Splash Image topic for examples.

See Also