Skip to main content

SplashScreenManager.ShowImage(SvgImage, Size, Boolean) Method

Resizes an image and shows it as a splash form with an optional fade-in effect.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static void ShowImage(
    SvgImage svgImage,
    Size imageSize,
    bool useFadeIn
)

Parameters

Name Type Description
svgImage SvgImage

An SvgImage to be drawn.

imageSize Size

A Size structure that is the image size.

useFadeIn Boolean

true, to use the fade-in effect when the image appears on-screen; otherwise, false.

Remarks

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

See the Splash Image topic for examples.

See Also