Skip to main content

SplashScreenManager.ShowImage(SvgImage, Size) Method

Resizes the target vector image and shows it as a splash form.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static void ShowImage(
    SvgImage svgImage,
    Size imageSize
)

Parameters

Name Type Description
svgImage SvgImage

An SvgImage to be drawn.

imageSize Size

A Size structure that is the image size.

Remarks

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

See the Splash Image topic for examples.

See Also