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

SplashScreenManager.ShowImage(SvgImage, Size) Method

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

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.2.dll

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 Also