SplashScreenManager.ShowImage(SvgImage, Size) Method
Resizes the target vector image and shows it as a splash form.
Namespace: DevExpress.XtraSplashScreen
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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